| 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 160748e623f756b94f737ee118c98819d9e8ccae..5d72d343b576abf812d833be52319d8afa72a490 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -138,6 +138,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
| void OpenFileChooser(LocalFrame*, PassRefPtr<FileChooser>) override;
|
| void EnumerateChosenDirectory(FileChooser*) override;
|
| void SetCursor(const Cursor&, LocalFrame*) override;
|
| + void SetCursorOverridden(bool) override;
|
| Cursor LastSetCursorForTesting() const override;
|
| // The client keeps track of which touch/mousewheel event types have handlers,
|
| // and if they do, whether the handlers are passive and/or blocking. This
|
| @@ -180,7 +181,6 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
|
|
| // ChromeClientImpl:
|
| void SetNewWindowNavigationPolicy(WebNavigationPolicy);
|
| - void SetCursorOverridden(bool);
|
|
|
| bool HasOpenedPopup() const override;
|
| PopupMenu* OpenPopupMenu(LocalFrame&, HTMLSelectElement&) override;
|
|
|