Chromium Code Reviews

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

Issue 37803003: Move GraphicsTypes* and ColorSpace to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: I misread Adam's comment, the exports are needed in one place Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/platform/graphics/filters/custom/CustomFilterProgramInfo.h
diff --git a/Source/core/platform/graphics/filters/custom/CustomFilterProgramInfo.h b/Source/core/platform/graphics/filters/custom/CustomFilterProgramInfo.h
index 60f34c8a060a04e68a2fdb0ede671c416a7379b8..165f952650fb6a9cb0e6d30049dd18ff0349a9ca 100644
--- a/Source/core/platform/graphics/filters/custom/CustomFilterProgramInfo.h
+++ b/Source/core/platform/graphics/filters/custom/CustomFilterProgramInfo.h
@@ -30,9 +30,8 @@
#ifndef CustomFilterProgramInfo_h
#define CustomFilterProgramInfo_h
-#include "core/platform/graphics/GraphicsTypes.h"
#include "core/platform/graphics/filters/custom/CustomFilterConstants.h"
-
+#include "platform/graphics/GraphicsTypes.h"
#include "wtf/HashTableDeletedValueType.h"
#include "wtf/HashTraits.h"
#include "wtf/text/WTFString.h"

Powered by Google App Engine