Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Unified Diff: cc/test/fake_output_surface.cc

Issue 199523002: cc: Throttle swaps in Scheduler instead of OutputSurface (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: WIP: pulling FRC out of OS Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/test/fake_output_surface.cc
diff --git a/cc/test/fake_output_surface.cc b/cc/test/fake_output_surface.cc
index e72253ca69e6d5f0b3c54519c4479f40623bc720..5e0fb7d0c1043e4d90d4c6e31bf77d137a2f1528 100644
--- a/cc/test/fake_output_surface.cc
+++ b/cc/test/fake_output_surface.cc
@@ -88,7 +88,7 @@ void FakeOutputSurface::SetNeedsBeginImplFrame(bool enable) {
needs_begin_impl_frame_ = enable;
OutputSurface::SetNeedsBeginImplFrame(enable);
- // If there is not BeginImplFrame emulation from the FrameRateController,
+ // If there is not BeginImplFrame emulation from the BeginFrameSource,
// then we just post a BeginImplFrame to emulate it as part of the test.
if (enable && !frame_rate_controller_) {
base::MessageLoop::current()->PostDelayedTask(

Powered by Google App Engine
This is Rietveld 408576698