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; |