| 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 3a90390907111c83ca65ce77793827628f61258c..eeb0e7d15ac65aeea1f2af5c68ba3bef9e9cb78d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
|
| @@ -156,7 +156,7 @@ protected:
|
|
|
| Color adaptColorToOperatingColorSpace(const Color& deviceColor);
|
|
|
| - SkImageFilter::CropRect getCropRect(const FloatSize& cropOffset) const;
|
| + SkImageFilter::CropRect getCropRect() const;
|
|
|
| void addAbsolutePaintRect(const FloatRect& absolutePaintRect);
|
|
|
|
|