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

Unified Diff: Source/platform/graphics/filters/SourceAlpha.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/SourceAlpha.h
diff --git a/Source/core/platform/graphics/filters/SourceAlpha.h b/Source/platform/graphics/filters/SourceAlpha.h
similarity index 95%
rename from Source/core/platform/graphics/filters/SourceAlpha.h
rename to Source/platform/graphics/filters/SourceAlpha.h
index 3a60df63ce84d02ed0b46b9c7f890e3550c2cf8b..519a31af32f9ccd11cac8787250ec4660b7e9754 100644
--- a/Source/core/platform/graphics/filters/SourceAlpha.h
+++ b/Source/platform/graphics/filters/SourceAlpha.h
@@ -26,7 +26,7 @@
namespace WebCore {
-class SourceAlpha : public FilterEffect {
+class PLATFORM_EXPORT SourceAlpha : public FilterEffect {
public:
static PassRefPtr<SourceAlpha> create(Filter*);
@@ -47,6 +47,6 @@ private:
virtual void applySoftware() OVERRIDE;
};
-} //namespace WebCore
+} // namespace WebCore
#endif // SourceAlpha_h
« no previous file with comments | « Source/platform/graphics/filters/PointLightSource.cpp ('k') | Source/platform/graphics/filters/SourceAlpha.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698