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

Unified Diff: Source/platform/graphics/filters/PointLightSource.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/PointLightSource.h
diff --git a/Source/core/platform/graphics/filters/PointLightSource.h b/Source/platform/graphics/filters/PointLightSource.h
similarity index 96%
rename from Source/core/platform/graphics/filters/PointLightSource.h
rename to Source/platform/graphics/filters/PointLightSource.h
index 51e9e51f48ecff8a9a754b2b0e85d73768a276be..6638e89ede8084a0ef05f4425cb718bd13316f7a 100644
--- a/Source/core/platform/graphics/filters/PointLightSource.h
+++ b/Source/platform/graphics/filters/PointLightSource.h
@@ -27,7 +27,7 @@
namespace WebCore {
-class PointLightSource : public LightSource {
+class PLATFORM_EXPORT PointLightSource : public LightSource {
public:
static PassRefPtr<PointLightSource> create(const FloatPoint3D& position)
{
« no previous file with comments | « Source/platform/graphics/filters/FETurbulence.cpp ('k') | Source/platform/graphics/filters/PointLightSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698