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

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

Issue 107713004: Move all filters-related files from core/platform to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Maybe fix win build. Created 7 years 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/core/platform/graphics/filters/FEDisplacementMap.h b/Source/platform/graphics/filters/FEDisplacementMap.h
similarity index 97%
rename from Source/core/platform/graphics/filters/FEDisplacementMap.h
rename to Source/platform/graphics/filters/FEDisplacementMap.h
index 619e14a16868664cda6a8e0e6c8f1f6f08b2158f..91e151ef8874e438179fbb71cf00f6af11ac7d56 100644
--- a/Source/core/platform/graphics/filters/FEDisplacementMap.h
+++ b/Source/platform/graphics/filters/FEDisplacementMap.h
@@ -37,7 +37,7 @@ enum ChannelSelectorType {
CHANNEL_A = 4
};
-class FEDisplacementMap : public FilterEffect {
+class PLATFORM_EXPORT FEDisplacementMap : public FilterEffect {
public:
static PassRefPtr<FEDisplacementMap> create(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);
« 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