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

Unified Diff: Source/platform/fonts/GlyphPageTreeNode.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/GlyphPageTreeNode.cpp
diff --git a/Source/core/platform/graphics/GlyphPageTreeNode.cpp b/Source/platform/fonts/GlyphPageTreeNode.cpp
similarity index 98%
rename from Source/core/platform/graphics/GlyphPageTreeNode.cpp
rename to Source/platform/fonts/GlyphPageTreeNode.cpp
index c17a7be561f01a8f941f9cb73e6d9645de1680e2..a81f23bf7ab23c87b6f81ba93a9e80dc616fc94c 100644
--- a/Source/core/platform/graphics/GlyphPageTreeNode.cpp
+++ b/Source/platform/fonts/GlyphPageTreeNode.cpp
@@ -27,12 +27,12 @@
*/
#include "config.h"
-#include "core/platform/graphics/GlyphPageTreeNode.h"
+#include "platform/fonts/GlyphPageTreeNode.h"
#include <stdio.h>
-#include "core/platform/graphics/SegmentedFontData.h"
-#include "core/platform/graphics/SimpleFontData.h"
-#include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
+#include "platform/fonts/SegmentedFontData.h"
+#include "platform/fonts/SimpleFontData.h"
+#include "platform/fonts/opentype/OpenTypeVerticalData.h"
#include "wtf/text/CString.h"
#include "wtf/text/WTFString.h"
#include "wtf/unicode/CharacterNames.h"

Powered by Google App Engine
This is Rietveld 408576698