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

Unified Diff: Source/core/css/CSSCanvasValue.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 | « no previous file | Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSCanvasValue.h
diff --git a/Source/core/css/CSSCanvasValue.h b/Source/core/css/CSSCanvasValue.h
index 4e15b7f9befe814fefd5542be805a764af347279..1c73714f595b1514acda619cc8902467200e0a61 100644
--- a/Source/core/css/CSSCanvasValue.h
+++ b/Source/core/css/CSSCanvasValue.h
@@ -47,8 +47,8 @@ public:
bool isFixedSize() const { return true; }
IntSize fixedSize(const LayoutObject*);
- bool isPending() const { return false; }
- void loadSubimages(Document*) { }
+ bool isPending(CSSStyleImageMap&) const { return false; }
+ void loadSubimages(Document*, CSSStyleImageMap&) { }
bool equals(const CSSCanvasValue&) const;
« no previous file with comments | « no previous file | Source/core/css/CSSCrossfadeValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698