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

Unified Diff: third_party/WebKit/Source/core/css/CSSCrossfadeValue.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/CSSCrossfadeValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
index 4a4b722b6d7717e968fb8010b13f042c370f84dd..d94d5f9dc6dcebaca084ee9ae0152b9904ed39d7 100644
--- a/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
+++ b/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
@@ -59,7 +59,7 @@ public:
bool isPending() const;
bool knownToBeOpaque(const LayoutObject&) const;
- void loadSubimages(Document*);
+ void loadSubimages(Document&);
bool hasFailedOrCanceledSubresources() const;

Powered by Google App Engine
This is Rietveld 408576698