Offscreen render support base

This commit is contained in:
Heilig Benedek 2015-08-27 11:22:39 +02:00
parent 0efdb448b6
commit e4c01f3187
10 changed files with 112 additions and 6 deletions

View file

@ -110,6 +110,8 @@ const char kRegisterStandardSchemes[] = "register-standard-schemes";
// The browser process app model ID
const char kAppUserModelId[] = "app-user-model-id";
const char kOffScreenRender[] = "offscreen-render";
} // namespace switches
} // namespace atom

View file

@ -60,6 +60,8 @@ extern const char kRegisterStandardSchemes[];
extern const char kAppUserModelId[];
extern const char kOffScreenRender[];
} // namespace switches
} // namespace atom