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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2785533003: Animated scroll shouldn't consume unhandled scrolls for OOPIFs. (Closed)
Patch Set: Fix Android compile. 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 d54e05c060cf6e450b52707dd6940f6f24edb924..b914f230ac72f3cfe2feee8f7f88b7327a8bf61a 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 needs_valid_local_surface_id = false;
+
+ bool is_layer_tree_for_subframe = false;
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698