Index: third_party/WebKit/Source/platform/graphics/filters/FETile.h |
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FETile.h b/third_party/WebKit/Source/platform/graphics/filters/FETile.h |
index 07f68743bae99dad52ac0b86f1192c4277ddc905..d44a161f2f9c6e43009d304591a74e23864595d4 100644 |
--- a/third_party/WebKit/Source/platform/graphics/filters/FETile.h |
+++ b/third_party/WebKit/Source/platform/graphics/filters/FETile.h |
@@ -29,7 +29,7 @@ namespace blink { |
class PLATFORM_EXPORT FETile final : public FilterEffect { |
public: |
- static RawPtr<FETile> create(Filter*); |
+ static FETile* create(Filter*); |
FloatRect mapPaintRect(const FloatRect&, bool forward = true) const final; |