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

Unified Diff: Source/platform/graphics/GraphicsLayerFactory.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/GraphicsLayerClient.h ('k') | Source/platform/graphics/Image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GraphicsLayerFactory.h
diff --git a/Source/core/platform/graphics/GraphicsLayerFactory.h b/Source/platform/graphics/GraphicsLayerFactory.h
similarity index 95%
rename from Source/core/platform/graphics/GraphicsLayerFactory.h
rename to Source/platform/graphics/GraphicsLayerFactory.h
index da054e84f71d44dfd5e3486ecd1bfc184f445ab6..7ab986b185bb00cb5a12fb7d98be4f542dfbc38b 100644
--- a/Source/core/platform/graphics/GraphicsLayerFactory.h
+++ b/Source/platform/graphics/GraphicsLayerFactory.h
@@ -26,6 +26,7 @@
#ifndef GraphicsLayerFactory_h
#define GraphicsLayerFactory_h
+#include "platform/PlatformExport.h"
#include "wtf/Forward.h"
namespace WebCore {
@@ -33,7 +34,7 @@ namespace WebCore {
class GraphicsLayer;
class GraphicsLayerClient;
-class GraphicsLayerFactory {
+class PLATFORM_EXPORT GraphicsLayerFactory {
public:
virtual ~GraphicsLayerFactory() { }
« no previous file with comments | « Source/platform/graphics/GraphicsLayerClient.h ('k') | Source/platform/graphics/Image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698