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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2785533003: Animated scroll shouldn't consume unhandled scrolls for OOPIFs. (Closed)
Patch Set: Rebase to master@{#465268}. Created 3 years, 8 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.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index b6237c944470e3f34e38626e90b80eede5ae90cd..81cf806210f9e15dc898a5918c376b14c67d4520 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -110,6 +110,8 @@ class CC_EXPORT LayerTreeSettings {
// Indicates that the LayerTreeHost should defer commits unless it has a valid
// LocalSurfaceId set.
bool enable_surface_synchronization = false;
+
+ bool is_layer_tree_for_subframe = false;
Charlie Reis 2017/04/18 21:59:03 Similarly, worth a comment if this actually means
wjmaclean 2017/04/18 23:26:49 Done.
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698