| 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 8f4f94e8d376602a0bb2342b3fc5ae25c2ead900..b84e4d9535af63aecbc935c1098cc7ce5f162939 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
|
| @@ -36,18 +36,17 @@ class SkPicture;
|
| namespace blink {
|
|
|
| class BoxReflection;
|
| -class CompositorFilterOperations;
|
| class FilterEffect;
|
| -class FilterOperations;
|
|
|
| namespace SkiaImageFilterBuilder {
|
|
|
| PLATFORM_EXPORT sk_sp<SkImageFilter> build(FilterEffect*, ColorSpace, bool requiresPMColorValidation = true);
|
| -PLATFORM_EXPORT CompositorFilterOperations buildFilterOperations(const FilterOperations&);
|
|
|
| PLATFORM_EXPORT sk_sp<SkImageFilter> transformColorSpace(
|
| sk_sp<SkImageFilter> input, ColorSpace srcColorSpace, ColorSpace dstColorSpace);
|
|
|
| +PLATFORM_EXPORT void populateSourceGraphicImageFilters(
|
| + FilterEffect* sourceGraphic, sk_sp<SkImageFilter> input, ColorSpace inputColorSpace);
|
| PLATFORM_EXPORT void buildSourceGraphic(FilterEffect*, sk_sp<SkPicture>);
|
|
|
| PLATFORM_EXPORT sk_sp<SkImageFilter> buildBoxReflectFilter(const BoxReflection&, sk_sp<SkImageFilter> input);
|
|
|