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

Unified Diff: Source/platform/graphics/GraphicsLayerClient.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/GraphicsLayer.cpp ('k') | Source/platform/graphics/GraphicsLayerFactory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GraphicsLayerClient.h
diff --git a/Source/core/platform/graphics/GraphicsLayerClient.h b/Source/platform/graphics/GraphicsLayerClient.h
similarity index 97%
rename from Source/core/platform/graphics/GraphicsLayerClient.h
rename to Source/platform/graphics/GraphicsLayerClient.h
index 4c10e48034f1c1f648f31714b9c4f223e28a9765..fa7cdbb2dee5e4ee105c1f719ab54490cf7f1893 100644
--- a/Source/core/platform/graphics/GraphicsLayerClient.h
+++ b/Source/platform/graphics/GraphicsLayerClient.h
@@ -26,6 +26,7 @@
#ifndef GraphicsLayerClient_h
#define GraphicsLayerClient_h
+#include "platform/PlatformExport.h"
#include "wtf/text/WTFString.h"
namespace WebCore {
@@ -58,7 +59,7 @@ enum {
};
typedef unsigned LayerTreeFlags;
-class GraphicsLayerClient {
+class PLATFORM_EXPORT GraphicsLayerClient {
public:
virtual ~GraphicsLayerClient() {}
« no previous file with comments | « Source/platform/graphics/GraphicsLayer.cpp ('k') | Source/platform/graphics/GraphicsLayerFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698