| Index: third_party/WebKit/Source/core/css/CSSCursorImageValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSCursorImageValue.h b/third_party/WebKit/Source/core/css/CSSCursorImageValue.h
|
| index c383dd6a1fcb2c089d7b355ac5d168db999b3e45..d68685b8ed7d4100a3ea6936743791000462534c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSCursorImageValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSCursorImageValue.h
|
| @@ -47,7 +47,7 @@ public:
|
|
|
| bool updateIfSVGCursorIsUsed(Element*);
|
| bool isCachePending(float deviceScaleFactor) const;
|
| - StyleImage* cachedImage(float deviceScaleFactor);
|
| + StyleImage* cachedImage(float deviceScaleFactor) const;
|
| StyleImage* cacheImage(Document*, float deviceScaleFactor);
|
|
|
| #if !ENABLE(OILPAN)
|
|
|