Index: ui/gfx/win/direct_write.h |
diff --git a/ui/gfx/win/direct_write.h b/ui/gfx/win/direct_write.h |
index ec22a00634547c69801a38e1736d1ab0c26d6224..f16e45c31410c09891f9f7b6e5359f9a8863c7b2 100644 |
--- a/ui/gfx/win/direct_write.h |
+++ b/ui/gfx/win/direct_write.h |
@@ -5,8 +5,6 @@ |
#ifndef UI_GFX_WIN_DIRECT_WRITE_H_ |
#define UI_GFX_WIN_DIRECT_WRITE_H_ |
-#include <dwrite.h> |
- |
#include "ui/gfx/gfx_export.h" |
namespace gfx { |
@@ -20,9 +18,6 @@ GFX_EXPORT void MaybeInitializeDirectWrite(); |
// Returns true if we are using DirectWrite for font metrics and rendering. |
GFX_EXPORT bool IsDirectWriteEnabled(); |
-// Creates a DirectWrite factory, if using DirectWrite. |
-GFX_EXPORT void CreateDWriteFactory(IDWriteFactory** factory); |
- |
} // namespace win |
} // namespace gfx |