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

Unified Diff: Source/platform/graphics/cg/GraphicsContextCG.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android 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
« no previous file with comments | « Source/platform/graphics/StrokeData.cpp ('k') | Source/platform/graphics/cpu/arm/GraphicsContext3DNEON.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/cg/GraphicsContextCG.h
diff --git a/Source/core/platform/graphics/cg/GraphicsContextCG.h b/Source/platform/graphics/cg/GraphicsContextCG.h
similarity index 87%
rename from Source/core/platform/graphics/cg/GraphicsContextCG.h
rename to Source/platform/graphics/cg/GraphicsContextCG.h
index 5f956d2ebd4ad9125615d345f515480b58d5719f..c2c1a5f52b77a08fdbf4497c021b6e848e1c09e6 100644
--- a/Source/core/platform/graphics/cg/GraphicsContextCG.h
+++ b/Source/platform/graphics/cg/GraphicsContextCG.h
@@ -26,15 +26,15 @@
#ifndef GraphicsContextCG_h
#define GraphicsContextCG_h
-#include "core/platform/graphics/GraphicsContext.h"
+#include "platform/graphics/GraphicsContext.h"
typedef struct CGColorSpace *CGColorSpaceRef;
namespace WebCore {
-CGColorSpaceRef deviceRGBColorSpaceRef();
-CGColorSpaceRef sRGBColorSpaceRef();
-CGColorSpaceRef linearRGBColorSpaceRef();
+CGColorSpaceRef PLATFORM_EXPORT deviceRGBColorSpaceRef();
+CGColorSpaceRef PLATFORM_EXPORT sRGBColorSpaceRef();
+CGColorSpaceRef PLATFORM_EXPORT linearRGBColorSpaceRef();
}
« no previous file with comments | « Source/platform/graphics/StrokeData.cpp ('k') | Source/platform/graphics/cpu/arm/GraphicsContext3DNEON.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698