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 |