| Index: third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp b/third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp
|
| index 73a0cc3020529f1f4f4b6fcce0267d745e9e532c..4198693867c0792c4fff6f1a36209d774820551c 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/WebFontDecoder.cpp
|
| @@ -35,11 +35,11 @@
|
| #include "platform/fonts/FontCache.h"
|
| #include "platform/graphics/skia/SkiaUtils.h"
|
| #include "platform/instrumentation/tracing/TraceEvent.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
| #include "public/platform/Platform.h"
|
| #include "third_party/harfbuzz-ng/src/hb.h"
|
| #include "third_party/ots/include/ots-memory-stream.h"
|
| #include "third_party/skia/include/core/SkStream.h"
|
| -#include "wtf/CurrentTime.h"
|
|
|
| #include <stdarg.h>
|
|
|
|
|