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

Unified Diff: Source/platform/graphics/filters/FETurbulence.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
« 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/core/platform/graphics/filters/FETurbulence.h b/Source/platform/graphics/filters/FETurbulence.h
similarity index 98%
rename from Source/core/platform/graphics/filters/FETurbulence.h
rename to Source/platform/graphics/filters/FETurbulence.h
index 331a71f7d99b741b3b63311ce494822cbb6c5bb2..6b249e454c97b5f9641676c51408dda849ba4c59 100644
--- a/Source/core/platform/graphics/filters/FETurbulence.h
+++ b/Source/platform/graphics/filters/FETurbulence.h
@@ -36,7 +36,7 @@ enum TurbulenceType {
FETURBULENCE_TYPE_TURBULENCE = 2
};
-class FETurbulence : public FilterEffect {
+class PLATFORM_EXPORT FETurbulence : public FilterEffect {
public:
static PassRefPtr<FETurbulence> create(Filter*, TurbulenceType, float, float, int, float, bool);
« 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