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

Unified Diff: Source/platform/graphics/filters/SpotLightSource.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/SpotLightSource.h
diff --git a/Source/core/platform/graphics/filters/SpotLightSource.h b/Source/platform/graphics/filters/SpotLightSource.h
similarity index 97%
rename from Source/core/platform/graphics/filters/SpotLightSource.h
rename to Source/platform/graphics/filters/SpotLightSource.h
index 2131e1190ea5ff046046afab1b0580e3c4d0d47e..ce8ce27f1ef3e553309d9f475776dfb6e8b703ee 100644
--- a/Source/core/platform/graphics/filters/SpotLightSource.h
+++ b/Source/platform/graphics/filters/SpotLightSource.h
@@ -27,7 +27,7 @@
namespace WebCore {
-class SpotLightSource : public LightSource {
+class PLATFORM_EXPORT SpotLightSource : public LightSource {
public:
static PassRefPtr<SpotLightSource> create(const FloatPoint3D& position,
const FloatPoint3D& direction, float specularExponent, float limitingConeAngle)
« no previous file with comments | « Source/platform/graphics/filters/SourceAlpha.cpp ('k') | Source/platform/graphics/filters/SpotLightSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698