| Index: third_party/WebKit/Source/core/css/CSSGradientValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSGradientValue.cpp b/third_party/WebKit/Source/core/css/CSSGradientValue.cpp
|
| index 691df9be72aab2bc2c33ad313aec46024759a00c..46318a97368255c5d2eb9f08485b4aaf5b586eae 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSGradientValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSGradientValue.cpp
|
| @@ -112,7 +112,7 @@ PassRefPtr<Image> CSSGradientValue::image(const LayoutObject& layoutObject,
|
|
|
| // Need to look up our size. Create a string of width*height to use as a
|
| // hash key.
|
| - Image* result = getImage(&layoutObject, size);
|
| + Image* result = this->CSSImageGeneratorValue::GetImage(&layout_object, size);
|
| if (result)
|
| return result;
|
| }
|
|
|