Add "type" option to change window type

This commit is contained in:
Cheng Zhao 2015-02-11 12:12:22 +08:00
parent 6b37f30bd6
commit f0924df68a
5 changed files with 29 additions and 0 deletions

View file

@ -72,6 +72,9 @@ const char kPreloadScript[] = "preload";
// Whether the window should be transparent.
const char kTransparent[] = "transparent";
// Window type hint.
const char kType[] = "type";
// Web runtime features.
const char kExperimentalFeatures[] = "experimental-features";
const char kExperimentalCanvasFeatures[] = "experimental-canvas-features";