| Index: content/test/web_layer_tree_view_impl_for_testing.cc
|
| diff --git a/content/test/web_layer_tree_view_impl_for_testing.cc b/content/test/web_layer_tree_view_impl_for_testing.cc
|
| index 0bb14af220a9e902d95dc6e268bce5e356201128..9aa647261407412a744d90a62fa7a6759671ff4c 100644
|
| --- a/content/test/web_layer_tree_view_impl_for_testing.cc
|
| +++ b/content/test/web_layer_tree_view_impl_for_testing.cc
|
| @@ -200,4 +200,9 @@ void WebLayerTreeViewImplForTesting::registerSelection(
|
| void WebLayerTreeViewImplForTesting::clearSelection() {
|
| }
|
|
|
| +void WebLayerTreeViewImplForTesting::setHaveWheelEventHandlers(
|
| + bool have_event_handlers) {
|
| + layer_tree_host_->SetHaveWheelEventHandlers(have_event_handlers);
|
| +}
|
| +
|
| } // namespace content
|
|
|