Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FEOffset.cpp

Issue 1860903002: Update Source/platform/ to assume Oilpan only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: back out ScrollAnimatorMac() accidental change Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/graphics/filters/FEOffset.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEOffset.cpp b/third_party/WebKit/Source/platform/graphics/filters/FEOffset.cpp
index d0bd1e2f2fed6981a0ff349347ab8325e21380fe..a9ceb346d26bf32cbc42739272a415c498d21a9a 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FEOffset.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEOffset.cpp
@@ -38,7 +38,7 @@ FEOffset::FEOffset(Filter* filter, float dx, float dy)
{
}
-RawPtr<FEOffset> FEOffset::create(Filter* filter, float dx, float dy)
+FEOffset* FEOffset::create(Filter* filter, float dx, float dy)
{
return new FEOffset(filter, dx, dy);
}

Powered by Google App Engine
This is Rietveld 408576698