| Index: third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h b/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
|
| index efbcdf556f20d92d439f5cc1be52ba8ba0ed6fcd..bfcdb7d2591510bc359ad5d3cd937c0845546cc6 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
|
| @@ -34,11 +34,11 @@
|
| #include "platform/heap/Handle.h"
|
|
|
| class SkImageFilter;
|
| -class SkMatrix;
|
|
|
| namespace blink {
|
|
|
| class AffineTransform;
|
| +class BoxReflection;
|
| class FilterEffect;
|
| class FilterOperations;
|
| class Image;
|
| @@ -55,9 +55,7 @@ public:
|
| PassRefPtr<SkImageFilter> transformColorSpace(
|
| SkImageFilter* input, ColorSpace srcColorSpace, ColorSpace dstColorSpace);
|
|
|
| - SkMatrix matrixForBoxReflectFilter(ReflectionDirection, float offset);
|
| - PassRefPtr<SkImageFilter> buildBoxReflectFilter(
|
| - ReflectionDirection, float offset, Image* maskImage, SkImageFilter* input);
|
| + PassRefPtr<SkImageFilter> buildBoxReflectFilter(const BoxReflection&, PassRefPtr<SkImageFilter> input);
|
| };
|
|
|
| } // namespace blink
|
|
|