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

Unified Diff: third_party/WebKit/Source/core/css/CSSImageSetValue.h

Issue 2352193004: Document* -> Document& for loadSubimages and friends. (Closed)
Patch Set: Created 4 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
Index: third_party/WebKit/Source/core/css/CSSImageSetValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSImageSetValue.h b/third_party/WebKit/Source/core/css/CSSImageSetValue.h
index f5a1cd28409b95db016c1a2909a84e6940296200..7c923c427b5694baf38302de6d92d155d2a4d368 100644
--- a/third_party/WebKit/Source/core/css/CSSImageSetValue.h
+++ b/third_party/WebKit/Source/core/css/CSSImageSetValue.h
@@ -47,7 +47,7 @@ public:
bool isCachePending(float deviceScaleFactor) const;
StyleImage* cachedImage(float deviceScaleFactor) const;
- StyleImage* cacheImage(Document*, float deviceScaleFactor, CrossOriginAttributeValue = CrossOriginAttributeNotSet);
+ StyleImage* cacheImage(Document&, float deviceScaleFactor, CrossOriginAttributeValue = CrossOriginAttributeNotSet);
String customCSSText() const;

Powered by Google App Engine
This is Rietveld 408576698