renderer: option to override page visiblity state

This commit is contained in:
deepak1556 2015-06-01 12:58:20 +05:30
parent 3c186946eb
commit 683917ae67
6 changed files with 25 additions and 0 deletions

View file

@ -78,6 +78,7 @@ const char* kWebRuntimeFeatures[] = {
switches::kOverlayScrollbars,
switches::kOverlayFullscreenVideo,
switches::kSharedWorker,
switches::kPageVisibility,
};
std::string RemoveWhitespace(const std::string& str) {