| Index: third_party/WebKit/public/web/linux/WebFontRendering.h
|
| diff --git a/third_party/WebKit/public/web/linux/WebFontRendering.h b/third_party/WebKit/public/web/linux/WebFontRendering.h
|
| index e9175756e8ab9b3e36d6fbc2a9a32b37af6606af..e1a6ae7020b2398fa5a36eac21002e02588ccdc2 100644
|
| --- a/third_party/WebKit/public/web/linux/WebFontRendering.h
|
| +++ b/third_party/WebKit/public/web/linux/WebFontRendering.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef WebFontRendering_h
|
| #define WebFontRendering_h
|
|
|
| -#include "public/platform/WebCommon.h"
|
| -#include "public/platform/WebString.h"
|
| #include <SkFontMgr.h>
|
| #include <SkPaint.h>
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebString.h"
|
|
|
| namespace blink {
|
|
|
|
|