Index: third_party/WebKit/Source/core/input/EventHandler.cpp |
diff --git a/third_party/WebKit/Source/core/input/EventHandler.cpp b/third_party/WebKit/Source/core/input/EventHandler.cpp |
index d547f455326b37a4db2347ff4e82de9b0b233a70..ad69e65f8604ce0380dbc8d5a1ba619ad09c75d7 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.cpp |
+++ b/third_party/WebKit/Source/core/input/EventHandler.cpp |
@@ -809,7 +809,7 @@ OptionalCursor EventHandler::selectCursor(const HitTestResult& result) |
// Get hotspot and convert from logical pixels to physical pixels. |
IntPoint hotSpot = (*cursors)[i].hotSpot(); |
hotSpot.scale(scale, scale); |
- IntSize size = cachedImage->image()->size(); |
+ IntSize size = cachedImage->image()->defaultConcreteObjectSize(); |
if (cachedImage->errorOccurred()) |
continue; |
// Limit the size of cursors (in UI pixels) so that they cannot be |