| Index: Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp
|
| diff --git a/Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp b/Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp
|
| index e96301d3d2c56e1f1b033b1a507a4017e31c663f..1ae1afe9287b1f5586db422fd16fc8539bc4e661 100644
|
| --- a/Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp
|
| +++ b/Source/core/platform/graphics/skia/SimpleFontDataSkia.cpp
|
| @@ -33,13 +33,9 @@
|
|
|
| #include <unicode/normlzr.h>
|
| #include "SkPaint.h"
|
| -#include "SkTime.h"
|
| #include "SkTypeface.h"
|
| #include "SkTypes.h"
|
| -#include "core/platform/Logging.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| -#include "core/platform/graphics/Font.h"
|
| -#include "core/platform/graphics/FontCache.h"
|
| #include "core/platform/graphics/FontDescription.h"
|
| #include "core/platform/graphics/chromium/VDMXParser.h"
|
| #include <wtf/unicode/Unicode.h>
|
|
|