Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(960)

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 2883143004: Removed dependency of InspectorOverlayAgent on ChromeClientImpl (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/page/ChromeClient.h ('k') | third_party/WebKit/Source/web/InspectorOverlayAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698