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

Unified Diff: Source/core/loader/EmptyClients.h

Issue 1143043006: Cleanup: Move ChromeClient::m_lastSetMouseCursorForTesting to ChromeClientImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Source/core/page/ChromeClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index e3408f02b7aba1e4d6c67590acff2a542841c7b5..2f7c8f736cb180341b0bbdeb211ec43d269a8b36 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -142,7 +142,8 @@ public:
void runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>) override;
- void setCursorInternal(const Cursor&) override { }
+ void setCursor(const Cursor&) override { }
+ Cursor lastSetCursorForTesting() const override { return pointerCursor(); }
void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override { }
« no previous file with comments | « no previous file | Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698