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

Unified Diff: Source/platform/fonts/SegmentedFontData.cpp

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/fonts/SegmentedFontData.h ('k') | Source/platform/fonts/SimpleFontData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/SegmentedFontData.cpp
diff --git a/Source/core/platform/graphics/SegmentedFontData.cpp b/Source/platform/fonts/SegmentedFontData.cpp
similarity index 97%
rename from Source/core/platform/graphics/SegmentedFontData.cpp
rename to Source/platform/fonts/SegmentedFontData.cpp
index 0804c2e4da1c9f0c3fea293cccdeb51f543f1f88..451e5fe5d296d06546d4f59c43c9966ebc28a933 100644
--- a/Source/core/platform/graphics/SegmentedFontData.cpp
+++ b/Source/platform/fonts/SegmentedFontData.cpp
@@ -24,9 +24,9 @@
*/
#include "config.h"
-#include "core/platform/graphics/SegmentedFontData.h"
+#include "platform/fonts/SegmentedFontData.h"
-#include "core/platform/graphics/SimpleFontData.h"
+#include "platform/fonts/SimpleFontData.h"
#include "wtf/Assertions.h"
#include "wtf/text/WTFString.h"
« no previous file with comments | « Source/platform/fonts/SegmentedFontData.h ('k') | Source/platform/fonts/SimpleFontData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698