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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2083423006: Remove default begin frame sources from the renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more tests Created 4 years, 4 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 | « no previous file | cc/trees/proxy_impl.cc » ('j') | cc/trees/single_thread_proxy.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index e418161d13a497f85877c150ebba4bb3a4f7ff1c..b23207f2b1db26e37a40552162b4e6e585d04bd9 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -41,7 +41,7 @@ class CC_EXPORT LayerTreeSettings {
// TODO(enne): Remove this after everything uses output surface begin frames.
bool use_external_begin_frame_source = false;
// TODO(enne): Temporary staging for unified begin frame source work.
- bool use_output_surface_begin_frame_source = false;
+ bool use_output_surface_begin_frame_source = true;
bool main_frame_before_activation_enabled = false;
bool using_synchronous_renderer_compositor = false;
bool can_use_lcd_text = true;
« no previous file with comments | « no previous file | cc/trees/proxy_impl.cc » ('j') | cc/trees/single_thread_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698