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

Unified Diff: Source/platform/graphics/GraphicsContextState.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
Index: Source/platform/graphics/GraphicsContextState.h
diff --git a/Source/core/platform/graphics/GraphicsContextState.h b/Source/platform/graphics/GraphicsContextState.h
similarity index 96%
rename from Source/core/platform/graphics/GraphicsContextState.h
rename to Source/platform/graphics/GraphicsContextState.h
index 707cb87b2c08d9012d58671a2509d72441e521d7..d7e20da33f17c1ccf9fdd5736a9378cf9a8dfda6 100644
--- a/Source/core/platform/graphics/GraphicsContextState.h
+++ b/Source/platform/graphics/GraphicsContextState.h
@@ -29,11 +29,11 @@
#ifndef GraphicsContextState_h
#define GraphicsContextState_h
-#include "core/platform/graphics/Gradient.h"
-#include "core/platform/graphics/Path.h"
-#include "core/platform/graphics/Pattern.h"
-#include "core/platform/graphics/StrokeData.h"
+#include "platform/graphics/Gradient.h"
#include "platform/graphics/GraphicsTypes.h"
+#include "platform/graphics/Path.h"
+#include "platform/graphics/Pattern.h"
+#include "platform/graphics/StrokeData.h"
#include "third_party/skia/include/core/SkColorFilter.h"
#include "third_party/skia/include/core/SkColorPriv.h"
#include "third_party/skia/include/core/SkDrawLooper.h"
« no previous file with comments | « Source/platform/graphics/GraphicsContextAnnotation.cpp ('k') | Source/platform/graphics/GraphicsContextStateSaver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698