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