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

Unified Diff: Source/platform/graphics/filters/FETurbulence.h

Issue 678163002: Oilpan: move SVG property hierarchy to the heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased upto r185213 Created 6 years, 1 month 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
« no previous file with comments | « Source/platform/graphics/filters/FETile.cpp ('k') | Source/platform/graphics/filters/FETurbulence.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/FETurbulence.h
diff --git a/Source/platform/graphics/filters/FETurbulence.h b/Source/platform/graphics/filters/FETurbulence.h
index 335306fe2a9a5a259ea93ef0a751d998f06cfb1a..2e40af9060d8ef125a0e58ea83eb32a161d7bd3f 100644
--- a/Source/platform/graphics/filters/FETurbulence.h
+++ b/Source/platform/graphics/filters/FETurbulence.h
@@ -39,7 +39,7 @@ enum TurbulenceType {
class PLATFORM_EXPORT FETurbulence : public FilterEffect {
public:
- static PassRefPtr<FETurbulence> create(Filter*, TurbulenceType, float, float, int, float, bool);
+ static PassRefPtrWillBeRawPtr<FETurbulence> create(Filter*, TurbulenceType, float, float, int, float, bool);
TurbulenceType type() const;
bool setType(TurbulenceType);
« no previous file with comments | « Source/platform/graphics/filters/FETile.cpp ('k') | Source/platform/graphics/filters/FETurbulence.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698