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

Unified Diff: cc/test/layer_tree_test.cc

Issue 2061273002: cc: Make BackToBackBeginFrameSource a SyntheticBeginFrameSource. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: syntheticbeginframesource: delete-DEBUG_FRAMES Created 4 years, 6 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
« no previous file with comments | « cc/test/fake_external_begin_frame_source.cc ('k') | cc/test/pixel_test_delegating_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index 8430020de0023c02a0c87e51ce09e163c5596098..a08978e39497497c049aaae9bdd28b9803f79fd8 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -699,7 +699,7 @@ void LayerTreeTest::DoBeginTest() {
if (settings_.use_external_begin_frame_source) {
DCHECK(!IsRemoteTest());
external_begin_frame_source.reset(new FakeExternalBeginFrameSource(
- settings_.renderer_settings.refresh_rate));
+ settings_.renderer_settings.refresh_rate, true));
external_begin_frame_source_ = external_begin_frame_source.get();
}
« no previous file with comments | « cc/test/fake_external_begin_frame_source.cc ('k') | cc/test/pixel_test_delegating_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698