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

Unified Diff: Source/platform/graphics/filters/custom/CustomFilterProgramInfo.h

Issue 57873003: Move CustomFilterProgramInfo to platform/graphics/filters/custom/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/CustomFilterProgramInfo.h
diff --git a/Source/core/platform/graphics/filters/custom/CustomFilterProgramInfo.h b/Source/platform/graphics/filters/custom/CustomFilterProgramInfo.h
similarity index 98%
rename from Source/core/platform/graphics/filters/custom/CustomFilterProgramInfo.h
rename to Source/platform/graphics/filters/custom/CustomFilterProgramInfo.h
index ce55b4bff2873f69917fd574636ce16da9fe5f9c..dee8c218ad6df62df7f50e590175630d468740a3 100644
--- a/Source/core/platform/graphics/filters/custom/CustomFilterProgramInfo.h
+++ b/Source/platform/graphics/filters/custom/CustomFilterProgramInfo.h
@@ -30,6 +30,7 @@
#ifndef CustomFilterProgramInfo_h
#define CustomFilterProgramInfo_h
+#include "platform/PlatformExport.h"
#include "platform/graphics/GraphicsTypes.h"
#include "platform/graphics/filters/custom/CustomFilterConstants.h"
#include "wtf/HashTableDeletedValueType.h"
@@ -58,7 +59,7 @@ struct CustomFilterProgramMixSettings {
// CustomFilterProgramInfo is the key used to link CustomFilterProgram with CustomFilterCompiledProgram.
// It can be used as a key in a HashMap, with the note that at least one of Strings needs to be non-null.
// Null strings are placeholders for the default shader.
-class CustomFilterProgramInfo {
+class PLATFORM_EXPORT CustomFilterProgramInfo {
public:
CustomFilterProgramInfo(const String&, const String&, CustomFilterProgramType, const CustomFilterProgramMixSettings&, CustomFilterMeshType);
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/graphics/filters/custom/CustomFilterProgramInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698