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

Unified Diff: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h

Issue 2785533003: Animated scroll shouldn't consume unhandled scrolls for OOPIFs. (Closed)
Patch Set: Address nits, add comments. 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: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
index 357f974c4985e8524e07e7635cac95df426e1d29..d543a05157aeeaaf4b6f718e40502aed452abaf7 100644
--- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
+++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h
@@ -95,6 +95,8 @@ class WebLayerTreeViewImplForTesting
void DidReceiveCompositorFrameAck() override {}
void DidCompletePageScaleAnimation() override {}
+ bool IsForSubframe() override;
+
// cc::LayerTreeHostSingleThreadClient implementation.
void DidSubmitCompositorFrame() override {}
void DidLoseCompositorFrameSink() override {}
« no previous file with comments | « content/test/layouttest_support.cc ('k') | third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698