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

Unified Diff: third_party/WebKit/Source/platform/exported/WebCursorInfo.cpp

Issue 1774943003: blink: Rename platform/ methods to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-platform: rebase-yayyyyyyyy Created 4 years, 9 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/platform/exported/WebCursorInfo.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebCursorInfo.cpp b/third_party/WebKit/Source/platform/exported/WebCursorInfo.cpp
index 09108c9a773fb96a0f062fa7325f3b46161b8da4..ded60d93c96d6fbdf35a6432a8f9e16bbacd3a49 100644
--- a/third_party/WebKit/Source/platform/exported/WebCursorInfo.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebCursorInfo.cpp
@@ -38,7 +38,7 @@ WebCursorInfo::WebCursorInfo(const Cursor& cursor)
: type(static_cast<Type>(cursor.getType()))
, hotSpot(cursor.hotSpot())
, imageScaleFactor(cursor.imageScaleFactor())
- , customImage(cursor.image())
+ , customImage(cursor.getImage())
#ifdef WIN32
, externalHandle(0)
#endif
« no previous file with comments | « third_party/WebKit/Source/platform/Prerender.h ('k') | third_party/WebKit/Source/platform/exported/WebFont.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698