| 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"
|
|
|
|
|