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

Unified Diff: cc/test/stub_layer_tree_host_client.cc

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/test/stub_layer_tree_host_client.cc
diff --git a/cc/test/stub_layer_tree_host_client.cc b/cc/test/stub_layer_tree_host_client.cc
index 650faaf772cd194b807676ff78ed25ba1d57e7d6..a3205d754489619446cca07a931eafc29f766b96 100644
--- a/cc/test/stub_layer_tree_host_client.cc
+++ b/cc/test/stub_layer_tree_host_client.cc
@@ -8,4 +8,8 @@ namespace cc {
StubLayerTreeHostClient::~StubLayerTreeHostClient() = default;
+bool StubLayerTreeHostClient::IsForSubframe() {
+ return false;
+}
+
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698