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

Unified Diff: Source/platform/graphics/filters/FEDisplacementMap.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
Index: Source/platform/graphics/filters/FEDisplacementMap.h
diff --git a/Source/platform/graphics/filters/FEDisplacementMap.h b/Source/platform/graphics/filters/FEDisplacementMap.h
index 9554f120849426a6e6804a780544fade3066c5e9..371d9b72e8dd1ab88b4d64363e610a78c7d1a9c4 100644
--- a/Source/platform/graphics/filters/FEDisplacementMap.h
+++ b/Source/platform/graphics/filters/FEDisplacementMap.h
@@ -38,7 +38,7 @@ enum ChannelSelectorType {
class PLATFORM_EXPORT FEDisplacementMap : public FilterEffect {
public:
- static PassRefPtr<FEDisplacementMap> create(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
+ static PassRefPtrWillBeRawPtr<FEDisplacementMap> create(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
ChannelSelectorType xChannelSelector() const;
bool setXChannelSelector(const ChannelSelectorType);
« no previous file with comments | « Source/platform/graphics/filters/FEDiffuseLighting.cpp ('k') | Source/platform/graphics/filters/FEDisplacementMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698