| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index cee1ba1015b774b9e124b17b44d3abed51e701a9..33277e62f92aa565b589a06b0d8bc3fc204e0171 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1617,6 +1617,7 @@ private:
|
|
|
| void updateShapeImage(const ShapeValue*, const ShapeValue*);
|
| void updateFillImages(const FillLayer* oldLayers, const FillLayer& newLayers);
|
| + void updateCursorImages(const CursorList* oldCursors, const CursorList* newCursors);
|
|
|
| void setNeedsOverflowRecalcAfterStyleChange();
|
|
|
| @@ -1651,6 +1652,7 @@ private:
|
| Color selectionColor(int colorProperty, const GlobalPaintFlags) const;
|
|
|
| void removeShapeImageClient(ShapeValue*);
|
| + void removeCursorImageClient(const CursorList*);
|
|
|
| #if ENABLE(ASSERT)
|
| void checkBlockPositionedObjectsNeedLayout();
|
|
|