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