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

Unified Diff: Source/core/page/ChromeClient.cpp

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 | « Source/core/page/ChromeClient.h ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/ChromeClient.cpp
diff --git a/Source/core/page/ChromeClient.cpp b/Source/core/page/ChromeClient.cpp
index 057675a6f6a483e781f4eeeb0ebecd1ecf6e5ea3..7bd8d49b963569c9a495614497c96e79b48391eb 100644
--- a/Source/core/page/ChromeClient.cpp
+++ b/Source/core/page/ChromeClient.cpp
@@ -191,15 +191,4 @@ void ChromeClient::print(LocalFrame* frame)
printInternal(frame);
}
-void ChromeClient::setCursor(const Cursor& cursor)
-{
- m_lastSetMouseCursorForTesting = cursor;
- setCursorInternal(cursor);
-}
-
-Cursor ChromeClient::getLastSetCursorForTesting() const
-{
- return m_lastSetMouseCursorForTesting;
-}
-
} // namespace blink
« no previous file with comments | « Source/core/page/ChromeClient.h ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698