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

Unified Diff: content/test/web_layer_tree_view_impl_for_testing.h

Issue 1646603004: Move scroll event handlers from layer to layer tree view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_cc_listeners
Patch Set: Rebase against scroll blocks on Created 4 years, 11 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: content/test/web_layer_tree_view_impl_for_testing.h
diff --git a/content/test/web_layer_tree_view_impl_for_testing.h b/content/test/web_layer_tree_view_impl_for_testing.h
index 990ef07c1692ac643b6f617a197b4a328bbd01ca..b0cf969f4c6f58687d01aa0dab11733b46c4b796 100644
--- a/content/test/web_layer_tree_view_impl_for_testing.h
+++ b/content/test/web_layer_tree_view_impl_for_testing.h
@@ -70,6 +70,8 @@ class WebLayerTreeViewImplForTesting
void setHaveWheelEventHandlers(bool have_event_handlers) override;
bool haveWheelEventHandlers() const override;
+ void setHaveScrollEventHandlers(bool) override;
+ bool haveScrollEventHandlers() const override;
// cc::LayerTreeHostClient implementation.
void WillBeginMainFrame() override {}

Powered by Google App Engine
This is Rietveld 408576698