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

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

Issue 2352193004: Document* -> Document& for loadSubimages and friends. (Closed)
Patch Set: Added constness 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/CSSGradientValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSGradientValue.h b/third_party/WebKit/Source/core/css/CSSGradientValue.h
index 5163be895bfee02face31e6386ab973611ffcdc0..6d436dc11f525149b9fc6a956a984d3d23ca8c42 100644
--- a/third_party/WebKit/Source/core/css/CSSGradientValue.h
+++ b/third_party/WebKit/Source/core/css/CSSGradientValue.h
@@ -109,7 +109,7 @@ public:
bool isPending() const { return false; }
bool knownToBeOpaque(const LayoutObject&) const;
- void loadSubimages(Document*) { }
+ void loadSubimages(const Document&) { }
void getStopColors(Vector<Color>& stopColors, const LayoutObject&) const;

Powered by Google App Engine
This is Rietveld 408576698