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

Unified Diff: Source/platform/mac/LocalCurrentGraphicsContext.mm

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/mac/LocalCurrentGraphicsContext.h ('k') | Source/platform/mac/NSScrollerImpDetails.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mac/LocalCurrentGraphicsContext.mm
diff --git a/Source/core/platform/mac/LocalCurrentGraphicsContext.mm b/Source/platform/mac/LocalCurrentGraphicsContext.mm
similarity index 95%
rename from Source/core/platform/mac/LocalCurrentGraphicsContext.mm
rename to Source/platform/mac/LocalCurrentGraphicsContext.mm
index 131386ad09e995043ee7c30761f0779a6f0b1983..13c128c683ba7728f3239898953b67a3f0ac5419 100644
--- a/Source/core/platform/mac/LocalCurrentGraphicsContext.mm
+++ b/Source/platform/mac/LocalCurrentGraphicsContext.mm
@@ -18,10 +18,10 @@
*/
#include "config.h"
-#include "core/platform/mac/LocalCurrentGraphicsContext.h"
+#include "platform/mac/LocalCurrentGraphicsContext.h"
#include <AppKit/NSGraphicsContext.h>
-#include "core/platform/graphics/GraphicsContext.h"
+#include "platform/graphics/GraphicsContext.h"
#include "platform_canvas.h"
namespace WebCore {
« no previous file with comments | « Source/platform/mac/LocalCurrentGraphicsContext.h ('k') | Source/platform/mac/NSScrollerImpDetails.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698