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

Unified Diff: Source/platform/graphics/filters/FEConvolveMatrix.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/FEConvolveMatrix.h
diff --git a/Source/core/platform/graphics/filters/FEConvolveMatrix.h b/Source/platform/graphics/filters/FEConvolveMatrix.h
similarity index 98%
rename from Source/core/platform/graphics/filters/FEConvolveMatrix.h
rename to Source/platform/graphics/filters/FEConvolveMatrix.h
index 2b9a1b7cd9a26e4b91d29669497b9a7b484ba355..2191c08a6b8abb9f9b0d5c3732b30e593662ea82 100644
--- a/Source/core/platform/graphics/filters/FEConvolveMatrix.h
+++ b/Source/platform/graphics/filters/FEConvolveMatrix.h
@@ -39,7 +39,7 @@ enum EdgeModeType {
EDGEMODE_NONE = 3
};
-class FEConvolveMatrix : public FilterEffect {
+class PLATFORM_EXPORT FEConvolveMatrix : public FilterEffect {
public:
static PassRefPtr<FEConvolveMatrix> create(Filter*, const IntSize&,
float, float, const IntPoint&, EdgeModeType, const FloatPoint&,
« no previous file with comments | « Source/platform/graphics/filters/FEComposite.cpp ('k') | Source/platform/graphics/filters/FEConvolveMatrix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698