| 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 ce5b3b09cf7291a1a2d22fb9ea252ef97b374803..972b0dd082881f4cb2c23083428e8bd4e3699dc1 100644
|
| --- a/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| +++ b/Source/core/platform/graphics/chromium/FontPlatformDataChromiumWin.h
|
| @@ -34,10 +34,10 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "OpenTypeVerticalData.h"
|
| #include "SharedBuffer.h"
|
| #include "SkTypeface.h"
|
| #include "core/platform/graphics/FontOrientation.h"
|
| +#include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
|
| #include <wtf/Forward.h>
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefCounted.h>
|
|
|