| Index: third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h b/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h
|
| index 43410d25dd82393e1e39362e0ea6e314313395d9..547874e0227607e5c3f51d7cabb55720d1acae84 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h
|
| @@ -37,7 +37,7 @@ enum ChannelSelectorType {
|
|
|
| class PLATFORM_EXPORT FEDisplacementMap final : public FilterEffect {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<FEDisplacementMap> create(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
|
| + static RawPtr<FEDisplacementMap> create(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
|
|
|
| ChannelSelectorType xChannelSelector() const;
|
| bool setXChannelSelector(const ChannelSelectorType);
|
|
|