| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index a066bcd3c83b87dda57be3f2f5ea28cf515fa1b6..d5de2200f97bce25d69f1cd327fd4d0aa1db78f2 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -146,7 +146,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| WebEventListenerProperties eventListenerProperties(
|
| LocalFrame*,
|
| WebEventListenerClass) const override;
|
| - void updateTouchRectsForSubframeIfNecessary(LocalFrame*);
|
| + void updateEventRectsForSubframeIfNecessary(LocalFrame*);
|
| // Informs client about the existence of handlers for scroll events so
|
| // appropriate scroll optimizations can be chosen.
|
| void setHasScrollEventHandlers(LocalFrame*, bool hasEventHandlers) override;
|
|
|