| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index f2e31d6927d4ea7a43ebfbded0f989372b91b6d8..7eaa142fde40031ce88e0237ff1b3724ced2ecbf 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -572,8 +572,9 @@ bool LayerTreeHostImpl::IsCurrentlyScrollingLayerAt(
|
| return false;
|
| }
|
|
|
| -bool LayerTreeHostImpl::HaveWheelEventHandlers() const {
|
| - return active_tree_->have_wheel_event_handlers();
|
| +EventListenerProperties LayerTreeHostImpl::GetEventListenerProperties(
|
| + EventListenerClass event_class) const {
|
| + return active_tree_->event_listener_properties(event_class);
|
| }
|
|
|
| bool LayerTreeHostImpl::DoTouchEventsBlockScrollAt(
|
|
|