| 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 9518a5bf59dd9f04d3ff6eaccfbe714ca4d3ac54..d3d5ed04e277ad9868bf5f7c7d049ccb5ad98441 100644
|
| --- a/content/test/web_layer_tree_view_impl_for_testing.h
|
| +++ b/content/test/web_layer_tree_view_impl_for_testing.h
|
| @@ -69,6 +69,8 @@ class WebLayerTreeViewImplForTesting
|
| void clearSelection() override;
|
| 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 {}
|
|
|