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

Unified Diff: Source/platform/graphics/filters/custom/CustomFilterProgram.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/custom/CustomFilterProgram.h
diff --git a/Source/core/platform/graphics/filters/custom/CustomFilterProgram.h b/Source/platform/graphics/filters/custom/CustomFilterProgram.h
similarity index 97%
rename from Source/core/platform/graphics/filters/custom/CustomFilterProgram.h
rename to Source/platform/graphics/filters/custom/CustomFilterProgram.h
index 73ab6e4be730d4cc39ea2a6e39aa1a825ffef371..1b949786d8e2bb1b0cd5d4ed358a2d5a206e7afc 100644
--- a/Source/core/platform/graphics/filters/custom/CustomFilterProgram.h
+++ b/Source/platform/graphics/filters/custom/CustomFilterProgram.h
@@ -44,7 +44,7 @@ class CustomFilterProgramClient;
// This is the base class for the StyleCustomFilterProgram class which knows how to keep
// references to the cached shaders.
-class CustomFilterProgram: public RefCounted<CustomFilterProgram> {
+class PLATFORM_EXPORT CustomFilterProgram: public RefCounted<CustomFilterProgram> {
public:
virtual ~CustomFilterProgram();

Powered by Google App Engine
This is Rietveld 408576698