| Index: third_party/WebKit/public/platform/WebLayerTreeView.h
|
| diff --git a/third_party/WebKit/public/platform/WebLayerTreeView.h b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| index 95e02689d9e4807194830c256acaf43c93e4f9b3..d2aa260955e3553cc65becae7a0d5dc5ce76122d 100644
|
| --- a/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| +++ b/third_party/WebKit/public/platform/WebLayerTreeView.h
|
| @@ -161,7 +161,7 @@ class WebLayerTreeView {
|
| // Input properties ---------------------------------------------------
|
| virtual void setEventListenerProperties(WebEventListenerClass,
|
| WebEventListenerProperties) {}
|
| - virtual void updateTouchRectsForSubframeIfNecessary() {}
|
| + virtual void updateEventRectsForSubframeIfNecessary() {}
|
| virtual void setHaveScrollEventHandlers(bool) {}
|
|
|
| // Returns the FrameSinkId of the widget associated with this layer tree view.
|
|
|