| Index: third_party/WebKit/Source/platform/graphics/Gradient.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Gradient.h b/third_party/WebKit/Source/platform/graphics/Gradient.h
|
| index fdb4663aaecbd9915d51635cf929c8c637fb322b..49e0f740ab84df171045dfcd1c74eab573fa7e70 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Gradient.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Gradient.h
|
| @@ -126,7 +126,7 @@
|
| Gradient(const FloatPoint& p0, const FloatPoint& p1);
|
| Gradient(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1, float aspectRatio);
|
|
|
| - PassRefPtr<SkShader> refShader();
|
| + SkShader* shader();
|
| void destroyShader();
|
|
|
| void sortStopsIfNecessary();
|
|
|