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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 2324273002: Remove external begin frame source parameter and settings (Closed)
Patch Set: Add back comment, remove more febfs includes Created 4 years, 3 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/trees/layer_tree_settings.h ('k') | cc/trees/proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_settings.cc
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index 171428ac140b6f2936be6c883e488e73c7c8213a..7a2d0a93f38ba1f49c9038ac031713032d5acfad 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -26,8 +26,6 @@ LayerTreeSettings::~LayerTreeSettings() = default;
bool LayerTreeSettings::operator==(const LayerTreeSettings& other) const {
return renderer_settings == other.renderer_settings &&
single_thread_proxy_scheduler == other.single_thread_proxy_scheduler &&
- use_external_begin_frame_source ==
- other.use_external_begin_frame_source &&
main_frame_before_activation_enabled ==
other.main_frame_before_activation_enabled &&
using_synchronous_renderer_compositor ==
« no previous file with comments | « cc/trees/layer_tree_settings.h ('k') | cc/trees/proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698