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

Unified Diff: Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building 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/fonts/mac/GlyphPageTreeNodeMac.cpp
diff --git a/Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp b/Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp
similarity index 98%
rename from Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp
rename to Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp
index dc6b9843224e4c5469c91e91160744de444fe0af..704d10df7993fdb23ba8d6cf8bd8793ac8ef99ad 100644
--- a/Source/core/platform/graphics/mac/GlyphPageTreeNodeMac.cpp
+++ b/Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp
@@ -27,11 +27,11 @@
*/
#include "config.h"
-#include "core/platform/graphics/GlyphPageTreeNode.h"
+#include "platform/fonts/GlyphPageTreeNode.h"
#include <ApplicationServices/ApplicationServices.h>
-#include "core/platform/graphics/Font.h"
-#include "core/platform/graphics/SimpleFontData.h"
+#include "platform/fonts/Font.h"
+#include "platform/fonts/SimpleFontData.h"
// Forward declare Mac SPIs.
// Request for public API: rdar://13787589

Powered by Google App Engine
This is Rietveld 408576698