Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 2107043002: Schedule cursor update on URL cursor image loaded (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add resource listeners and layout test Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698