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..1a0dd161fff01cd8c3f37cfa9e4ec05e2297e981 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(Document&) { } |
void getStopColors(Vector<Color>& stopColors, const LayoutObject&) const; |