Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 687732 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/cc/scheduler/compositor_frame_reporting_controller.cc
0
++ b/cc/scheduler/compositor_frame_reporting_controller.cc
Lines 31-37 Link Here
31
31
32
void CompositorFrameReportingController::WillBeginMainFrame() {
32
void CompositorFrameReportingController::WillBeginMainFrame() {
33
  DCHECK(reporters_[PipelineStage::kBeginImplFrame]);
33
  DCHECK(reporters_[PipelineStage::kBeginImplFrame]);
34
  DCHECK_NE(reporters_[PipelineStage::kBeginMainFrame],
34
  DCHECK(reporters_[PipelineStage::kBeginMainFrame] !=
35
            reporters_[PipelineStage::kBeginImplFrame]);
35
            reporters_[PipelineStage::kBeginImplFrame]);
36
  reporters_[PipelineStage::kBeginImplFrame]->StartStage(
36
  reporters_[PipelineStage::kBeginImplFrame]->StartStage(
37
      "SendBeginMainFrameToCommit");
37
      "SendBeginMainFrameToCommit");

Return to bug 687732