Skip to content

Commit 5523938

Browse files
committed
kDisableDirectWrite has been moved to ui/gfx
1 parent fbe1abd commit 5523938

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

atom/browser/native_window.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
#include "ui/gfx/screen.h"
5858
#include "ui/gfx/size.h"
5959

60+
#if defined(OS_WIN)
61+
#include "ui/gfx/switches.h"
62+
#endif
63+
6064
using content::NavigationEntry;
6165
using content::RenderWidgetHostView;
6266
using content::RenderWidgetHost;

0 commit comments

Comments
 (0)