| 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 00b3aaff8141906d7c4e7d23179458ff6d744ae1..8da817265878f425b77509812f2bd8458d900d52 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
|
| @@ -149,6 +149,8 @@ public:
|
| protected:
|
| FilterEffect(Filter*);
|
|
|
| + PassRefPtr<SkImageFilter> createTransparentBlack() const;
|
| +
|
| Color adaptColorToOperatingColorSpace(const Color& deviceColor);
|
|
|
| SkImageFilter::CropRect getCropRect(const FloatSize& cropOffset) const;
|
|
|