summaryrefslogtreecommitdiffstats
path: root/content/test/web_layer_tree_view_impl_for_testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/web_layer_tree_view_impl_for_testing.h')
-rw-r--r--content/test/web_layer_tree_view_impl_for_testing.h7
1 files changed, 5 insertions, 2 deletions
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 d3d5ed0..01901c4 100644
--- a/content/test/web_layer_tree_view_impl_for_testing.h
+++ b/content/test/web_layer_tree_view_impl_for_testing.h
@@ -67,8 +67,11 @@ class WebLayerTreeViewImplForTesting
void clearViewportLayers() override;
void registerSelection(const blink::WebSelection& selection) override;
void clearSelection() override;
- void setHaveWheelEventHandlers(bool have_event_handlers) override;
- bool haveWheelEventHandlers() const override;
+ void setEventListenerProperties(
+ blink::WebEventListenerClass event_class,
+ blink::WebEventListenerProperties properties) override;
+ blink::WebEventListenerProperties eventListenerProperties(
+ blink::WebEventListenerClass event_class) const override;
void setHaveScrollEventHandlers(bool) override;
bool haveScrollEventHandlers() const override;