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

Unified Diff: Source/platform/graphics/filters/FEDiffuseLighting.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/FEDiffuseLighting.h
diff --git a/Source/core/platform/graphics/filters/FEDiffuseLighting.h b/Source/platform/graphics/filters/FEDiffuseLighting.h
similarity index 94%
rename from Source/core/platform/graphics/filters/FEDiffuseLighting.h
rename to Source/platform/graphics/filters/FEDiffuseLighting.h
index 44622a4206ed52e3ab122d9dbb99c03e17d9a3ff..f93bc5ac0edef8b6bc3f7607622238fce3f97f96 100644
--- a/Source/core/platform/graphics/filters/FEDiffuseLighting.h
+++ b/Source/platform/graphics/filters/FEDiffuseLighting.h
@@ -23,13 +23,13 @@
#ifndef FEDiffuseLighting_h
#define FEDiffuseLighting_h
-#include "core/platform/graphics/filters/FELighting.h"
+#include "platform/graphics/filters/FELighting.h"
namespace WebCore {
class LightSource;
-class FEDiffuseLighting : public FELighting {
+class PLATFORM_EXPORT FEDiffuseLighting : public FELighting {
public:
static PassRefPtr<FEDiffuseLighting> create(Filter*, const Color&, float, float,
float, float, PassRefPtr<LightSource>);
« no previous file with comments | « Source/platform/graphics/filters/FEConvolveMatrix.cpp ('k') | Source/platform/graphics/filters/FEDiffuseLighting.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698