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

Unified Diff: Source/platform/fonts/WidthIterator.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/WidthIterator.h ('k') | Source/platform/fonts/android/FontCacheAndroid.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/WidthIterator.cpp
diff --git a/Source/core/platform/graphics/WidthIterator.cpp b/Source/platform/fonts/WidthIterator.cpp
similarity index 99%
rename from Source/core/platform/graphics/WidthIterator.cpp
rename to Source/platform/fonts/WidthIterator.cpp
index f912a397a7ab26896443d71c6ac18f93fec0a156..5adb44fbaeff9db344f3d8a82358a4b06390f524 100644
--- a/Source/core/platform/graphics/WidthIterator.cpp
+++ b/Source/platform/fonts/WidthIterator.cpp
@@ -20,11 +20,11 @@
*/
#include "config.h"
-#include "core/platform/graphics/WidthIterator.h"
+#include "platform/fonts/WidthIterator.h"
-#include "core/platform/graphics/SimpleFontData.h"
#include "platform/fonts/GlyphBuffer.h"
#include "platform/fonts/Latin1TextIterator.h"
+#include "platform/fonts/SimpleFontData.h"
#include "platform/text/SurrogatePairAwareTextIterator.h"
#include "wtf/MathExtras.h"
« no previous file with comments | « Source/platform/fonts/WidthIterator.h ('k') | Source/platform/fonts/android/FontCacheAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698