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

Unified Diff: Source/platform/fonts/Font.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/Font.h ('k') | Source/platform/fonts/FontCache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/Font.cpp
diff --git a/Source/core/platform/graphics/Font.cpp b/Source/platform/fonts/Font.cpp
similarity index 99%
rename from Source/core/platform/graphics/Font.cpp
rename to Source/platform/fonts/Font.cpp
index c903861a8f1c52bd7aba48e37b76736359d61024..ece84d7264ddb61b5a2cf341eb2967676efa6b49 100644
--- a/Source/core/platform/graphics/Font.cpp
+++ b/Source/platform/fonts/Font.cpp
@@ -22,9 +22,9 @@
*/
#include "config.h"
-#include "core/platform/graphics/Font.h"
+#include "platform/fonts/Font.h"
-#include "core/platform/graphics/WidthIterator.h"
+#include "platform/fonts/WidthIterator.h"
#include "platform/geometry/FloatRect.h"
#include "platform/graphics/TextRun.h"
#include "wtf/MainThread.h"
« no previous file with comments | « Source/platform/fonts/Font.h ('k') | Source/platform/fonts/FontCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698