| 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 c07244cb6e81c587de23cdb8994eaeea6a864ec5..f3478d3edcc0d7cc47ed09dcd3df82e621690675 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSGradientValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSGradientValue.cpp
|
| @@ -80,7 +80,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;
|
| }
|
|
|