| Index: third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
|
| index 6b0f3ca204fa79542ed7b9c2ee32ac21dfc5030a..82b0a373c5795a77976958b1d2c92ba1a65edd8a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
|
| @@ -161,7 +161,7 @@ protected:
|
|
|
| Color adaptColorToOperatingColorSpace(const Color& deviceColor);
|
|
|
| - SkImageFilter::CropRect getCropRect() const;
|
| + SkImageFilter::CropRect* getCropRect(SkImageFilter::CropRect*) const;
|
|
|
| void addAbsolutePaintRect(const FloatRect& absolutePaintRect);
|
|
|
|
|