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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/page/ChromeClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index f5253cbfca6e4fae68321cf0a1e15dd252ced8e5..adedd76b46f6a31eb960e1ed5e2eabf7b4c85172 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -203,6 +203,7 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
void OpenFileChooser(LocalFrame*, PassRefPtr<FileChooser>) override;
void SetCursor(const Cursor&, LocalFrame* local_root) override {}
+ void SetCursorOverridden(bool) override {}
Cursor LastSetCursorForTesting() const override { return PointerCursor(); }
void AttachRootGraphicsLayer(GraphicsLayer*, LocalFrame* local_root) override;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698