Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 579870 Details for
Bug 687732
<www-client/chromium-75.0.3770.80 - multiple vulnerabilities
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
another patch
75_compositor_frame_reporting_controller.patch (text/plain), 528 bytes, created by
Alex
on 2019-06-15 14:23:03 UTC
(
hide
)
Description:
another patch
Filename:
MIME Type:
Creator:
Alex
Created:
2019-06-15 14:23:03 UTC
Size:
528 bytes
patch
obsolete
>--- a/cc/scheduler/compositor_frame_reporting_controller.cc >+++ b/cc/scheduler/compositor_frame_reporting_controller.cc >@@ -31,7 +31,7 @@ > > void CompositorFrameReportingController::WillBeginMainFrame() { > DCHECK(reporters_[PipelineStage::kBeginImplFrame]); >- DCHECK_NE(reporters_[PipelineStage::kBeginMainFrame], >+ DCHECK(reporters_[PipelineStage::kBeginMainFrame] != > reporters_[PipelineStage::kBeginImplFrame]); > reporters_[PipelineStage::kBeginImplFrame]->StartStage( > "SendBeginMainFrameToCommit");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 687732
:
579866
|
579868
| 579870