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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 775143003: cc: Implement unified BeginFrame on aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add unittest Created 5 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/trees/layer_tree_settings.cc
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index 9d605aea8bdbdb23534328a94bf219fc32647963..bbd1e97ee6f5146e6eaf6ef4d9114522864c46ea 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -18,7 +18,6 @@ LayerTreeSettings::LayerTreeSettings()
throttle_frame_production(true),
single_thread_proxy_scheduler(true),
use_external_begin_frame_source(false),
- forward_begin_frames_to_children(false),
main_frame_before_activation_enabled(false),
using_synchronous_renderer_compositor(false),
disable_hi_res_timer_tasks_on_battery(false),
« no previous file with comments | « cc/trees/layer_tree_settings.h ('k') | cc/trees/proxy.h » ('j') | ui/compositor/compositor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698