Merge pull request #1585 from joshaber/no-texture

Use the standard window background
This commit is contained in:
Cheng Zhao 2015-05-10 21:09:38 +08:00
commit 9e3f108fad
4 changed files with 16 additions and 3 deletions

View file

@ -44,6 +44,7 @@ extern const char kPreloadScript[];
extern const char kTransparent[];
extern const char kType[];
extern const char kDisableAutoHideCursor[];
extern const char kStandardWindow[];
extern const char kExperimentalFeatures[];
extern const char kExperimentalCanvasFeatures[];