| Index: third_party/WebKit/Source/platform/Cursor.h | 
| diff --git a/third_party/WebKit/Source/platform/Cursor.h b/third_party/WebKit/Source/platform/Cursor.h | 
| index f37fe6e81d4df08e29f04af904f449806a7299e8..00ef3d7eadf2b78936ffc93ec8d0088c2ad624aa 100644 | 
| --- a/third_party/WebKit/Source/platform/Cursor.h | 
| +++ b/third_party/WebKit/Source/platform/Cursor.h | 
| @@ -105,7 +105,7 @@ public: | 
| ASSERT(m_type >= 0 && m_type <= Custom); | 
| return m_type; | 
| } | 
| -    Image* image() const { return m_image.get(); } | 
| +    Image* getImage() const { return m_image.get(); } | 
| const IntPoint& hotSpot() const { return m_hotSpot; } | 
| // Image scale in image pixels per logical (UI) pixel. | 
| float imageScaleFactor() const { return m_imageScaleFactor; } | 
|  |