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

Unified Diff: Source/platform/graphics/GraphicsContextStateSaver.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/GraphicsContextState.h ('k') | Source/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GraphicsContextStateSaver.h
diff --git a/Source/core/platform/graphics/GraphicsContextStateSaver.h b/Source/platform/graphics/GraphicsContextStateSaver.h
similarity index 94%
rename from Source/core/platform/graphics/GraphicsContextStateSaver.h
rename to Source/platform/graphics/GraphicsContextStateSaver.h
index c4b0be58df3270a058a5e66e112450d2621da87d..a6a6d459e8e0b72c76bb547c9bcdbf3d4269777d 100644
--- a/Source/core/platform/graphics/GraphicsContextStateSaver.h
+++ b/Source/platform/graphics/GraphicsContextStateSaver.h
@@ -29,11 +29,12 @@
#ifndef GraphicsContextStateSaver_h
#define GraphicsContextStateSaver_h
-#include "core/platform/graphics/GraphicsContext.h"
+#include "platform/PlatformExport.h"
+#include "platform/graphics/GraphicsContext.h"
namespace WebCore {
-class GraphicsContextStateSaver {
+class PLATFORM_EXPORT GraphicsContextStateSaver {
WTF_MAKE_FAST_ALLOCATED;
public:
GraphicsContextStateSaver(GraphicsContext& context, bool saveAndRestore = true)
« no previous file with comments | « Source/platform/graphics/GraphicsContextState.h ('k') | Source/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698