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

Unified Diff: third_party/WebKit/Source/core/css/CSSPaintValue.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/CSSPaintValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSPaintValue.h b/third_party/WebKit/Source/core/css/CSSPaintValue.h
index ed3fa7d6f2ee49ac7f152ec6d39bc39576466136..7fb64f2108ff91e0431dcbf7ab425b797cfe6f05 100644
--- a/third_party/WebKit/Source/core/css/CSSPaintValue.h
+++ b/third_party/WebKit/Source/core/css/CSSPaintValue.h
@@ -31,7 +31,7 @@ public:
bool isPending() const { return true; }
bool knownToBeOpaque(const LayoutObject&) const;
- void loadSubimages(Document*) { }
+ void loadSubimages(Document&) { }
bool equals(const CSSPaintValue&) const;

Powered by Google App Engine
This is Rietveld 408576698