win: Add "direct-write" option for BrowserWindow.

For atom/atom#3540.
This commit is contained in:
Cheng Zhao 2014-09-18 21:49:04 +08:00
parent 1381d16f9c
commit 9653f20995
4 changed files with 14 additions and 1 deletions

View file

@ -35,6 +35,7 @@ extern const char kZoomFactor[];
extern const char kAutoHideMenuBar[];
extern const char kEnableLargerThanScreen[];
extern const char kDarkTheme[];
extern const char kDirectWrite[];
extern const char kExperimentalFeatures[];
extern const char kExperimentalCanvasFeatures[];