Commit 2e1a94e9 authored by eae@chromium.org's avatar eae@chromium.org

Remove unused defines and includes from FontPlatformDataWin

Now that we no longer have HFONT references in FontPlatformDataWin we
can remove a bunch of defines and includes.

R=schenney@chromium.org

Review URL: https://codereview.chromium.org/200693004

git-svn-id: svn://svn.chromium.org/blink/trunk@169779 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent d165b407
...@@ -37,13 +37,10 @@ ...@@ -37,13 +37,10 @@
#include "platform/fonts/harfbuzz/HarfBuzzFace.h" #include "platform/fonts/harfbuzz/HarfBuzzFace.h"
#include "platform/fonts/win/SkiaFontWin.h" #include "platform/fonts/win/SkiaFontWin.h"
#include "platform/graphics/GraphicsContext.h" #include "platform/graphics/GraphicsContext.h"
#include "platform/win/HWndDC.h"
#include "public/platform/Platform.h" #include "public/platform/Platform.h"
#include "public/platform/win/WebSandboxSupport.h" #include "public/platform/win/WebSandboxSupport.h"
#include "wtf/PassOwnPtr.h" #include "wtf/PassOwnPtr.h"
#include "wtf/StdLibExtras.h" #include "wtf/StdLibExtras.h"
#include <mlang.h>
#include <objidl.h>
#include <windows.h> #include <windows.h>
namespace WebCore { namespace WebCore {
......
...@@ -46,10 +46,6 @@ ...@@ -46,10 +46,6 @@
#include "wtf/RefPtr.h" #include "wtf/RefPtr.h"
#include "wtf/text/StringImpl.h" #include "wtf/text/StringImpl.h"
#include <usp10.h>
typedef struct HFONT__ *HFONT;
namespace WebCore { namespace WebCore {
class FontDescription; class FontDescription;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment