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

Unified Diff: Source/platform/graphics/filters/FEColorMatrix.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/FEBlend.cpp ('k') | Source/platform/graphics/filters/FEColorMatrix.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/FEColorMatrix.h
diff --git a/Source/core/platform/graphics/filters/FEColorMatrix.h b/Source/platform/graphics/filters/FEColorMatrix.h
similarity index 98%
rename from Source/core/platform/graphics/filters/FEColorMatrix.h
rename to Source/platform/graphics/filters/FEColorMatrix.h
index 7593e4e1c1b285ced7ff8f8f2538b945c8773aa2..cd7cf1b5d0606697afdf1d1604794041286d4293 100644
--- a/Source/core/platform/graphics/filters/FEColorMatrix.h
+++ b/Source/platform/graphics/filters/FEColorMatrix.h
@@ -23,9 +23,8 @@
#ifndef FEColorMatrix_h
#define FEColorMatrix_h
-#include "platform/graphics/filters/FilterEffect.h"
-
#include "platform/graphics/filters/Filter.h"
+#include "platform/graphics/filters/FilterEffect.h"
#include "wtf/Vector.h"
namespace WebCore {
@@ -38,7 +37,7 @@ enum ColorMatrixType {
FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4
};
-class FEColorMatrix : public FilterEffect {
+class PLATFORM_EXPORT FEColorMatrix : public FilterEffect {
public:
static PassRefPtr<FEColorMatrix> create(Filter*, ColorMatrixType, const Vector<float>&);
« no previous file with comments | « Source/platform/graphics/filters/FEBlend.cpp ('k') | Source/platform/graphics/filters/FEColorMatrix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698