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

Unified Diff: Source/platform/graphics/filters/FEMorphology.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/FEMerge.cpp ('k') | Source/platform/graphics/filters/FEMorphology.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/FEMorphology.h
diff --git a/Source/platform/graphics/filters/FEMorphology.h b/Source/platform/graphics/filters/FEMorphology.h
index 147e6fe3ed51b68efe5d0aa77c5877ed6b912172..2ed44fda96aa9d9185ca33bacd5575ac65e96365 100644
--- a/Source/platform/graphics/filters/FEMorphology.h
+++ b/Source/platform/graphics/filters/FEMorphology.h
@@ -35,7 +35,7 @@ enum MorphologyOperatorType {
class PLATFORM_EXPORT FEMorphology : public FilterEffect {
public:
- static PassRefPtr<FEMorphology> create(Filter*, MorphologyOperatorType, float radiusX, float radiusY);
+ static PassRefPtrWillBeRawPtr<FEMorphology> create(Filter*, MorphologyOperatorType, float radiusX, float radiusY);
MorphologyOperatorType morphologyOperator() const;
bool setMorphologyOperator(MorphologyOperatorType);
« no previous file with comments | « Source/platform/graphics/filters/FEMerge.cpp ('k') | Source/platform/graphics/filters/FEMorphology.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698