Index: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp |
index 7293c5e2458b19522215653bf34ee9c069abeb0b..150badb85a2f1fa450d6b1e91d5dd9b65bceb00b 100644 |
--- a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp |
@@ -37,7 +37,7 @@ SourceGraphic::~SourceGraphic() |
{ |
} |
-RawPtr<SourceGraphic> SourceGraphic::create(Filter* filter) |
+SourceGraphic* SourceGraphic::create(Filter* filter) |
{ |
return new SourceGraphic(filter); |
} |