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

Unified Diff: Source/core/css/CSSCursorImageValue.h

Issue 1308953009: Move Image ownership out of CSSValue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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
« no previous file with comments | « Source/core/css/CSSCrossfadeValue.cpp ('k') | Source/core/css/CSSCursorImageValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSCursorImageValue.h
diff --git a/Source/core/css/CSSCursorImageValue.h b/Source/core/css/CSSCursorImageValue.h
index 8144a8b2c5c3f5bccedf53c295833406eb1ad333..5dacf2552f5d53a2ac29e276b52656bb9c0354e1 100644
--- a/Source/core/css/CSSCursorImageValue.h
+++ b/Source/core/css/CSSCursorImageValue.h
@@ -46,8 +46,8 @@ public:
String customCSSText() const;
bool updateIfSVGCursorIsUsed(Element*);
- StyleImage* cachedImage(Document*, float deviceScaleFactor);
- StyleImage* cachedOrPendingImage(float deviceScaleFactor);
+ StyleImage* cachedImage(Document*, CSSStyleImageMap&, float deviceScaleFactor);
+ StyleImage* cachedOrPendingImage(CSSStyleImageMap&, float deviceScaleFactor);
#if !ENABLE(OILPAN)
void removeReferencedElement(SVGElement*);
« no previous file with comments | « Source/core/css/CSSCrossfadeValue.cpp ('k') | Source/core/css/CSSCursorImageValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698