| Index: Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| diff --git a/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h b/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| index 554f2cc26f869284f9ac00a3ef90b822ff9d7567..bdcb6147339e417144e8b0b9597b10eb10159b2d 100644
|
| --- a/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| +++ b/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| @@ -36,7 +36,6 @@
|
|
|
| #include "SkPaint.h"
|
| #include "SkTypeface.h"
|
| -#include "core/platform/SharedBuffer.h"
|
| #include "core/platform/graphics/FontOrientation.h"
|
| #include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
|
| #include <wtf/Forward.h>
|
| @@ -56,6 +55,7 @@ namespace WebCore {
|
| SkTypeface* CreateTypefaceFromHFont(HFONT, int* size, int* paintTextFlags);
|
|
|
| class FontDescription;
|
| +class SharedBuffer;
|
|
|
| class FontPlatformData {
|
| public:
|
|
|