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

Unified Diff: Source/platform/graphics/filters/FEOffset.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/FEMorphology.cpp ('k') | Source/platform/graphics/filters/FEOffset.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/FEOffset.h
diff --git a/Source/core/platform/graphics/filters/FEOffset.h b/Source/platform/graphics/filters/FEOffset.h
similarity index 97%
rename from Source/core/platform/graphics/filters/FEOffset.h
rename to Source/platform/graphics/filters/FEOffset.h
index 09eae259704e389f4a38e719d3ea5de3de535d30..6ed388d8cb8edc3f5184d13fc904baa66e6134de 100644
--- a/Source/core/platform/graphics/filters/FEOffset.h
+++ b/Source/platform/graphics/filters/FEOffset.h
@@ -28,7 +28,7 @@
namespace WebCore {
-class FEOffset : public FilterEffect {
+class PLATFORM_EXPORT FEOffset : public FilterEffect {
public:
static PassRefPtr<FEOffset> create(Filter*, float dx, float dy);
« no previous file with comments | « Source/platform/graphics/filters/FEMorphology.cpp ('k') | Source/platform/graphics/filters/FEOffset.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698