From: jaekuk lee Date: Mon, 1 Jul 2019 01:09:25 +0000 (+0000) Subject: Merge "Add WRTWindow and WRTWebContents" into tizen X-Git-Tag: accepted/tizen/unified/20190814.021400~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdcb396fe38bc64dcda7cf8700b4e4962c642017;p=platform%2Fframework%2Fweb%2Fwrtjs.git Merge "Add WRTWindow and WRTWebContents" into tizen --- fdcb396fe38bc64dcda7cf8700b4e4962c642017 diff --cc wrt_app/src/web_application.js index b6729c4,ec85403..77e9f63 --- a/wrt_app/src/web_application.js +++ b/wrt_app/src/web_application.js @@@ -170,11 -167,9 +172,11 @@@ class WebApplication } }); } - getBrowserWindowOption(options) { + getWindowOption(options) { return { fullscreen: false, + backgroundColor: this.defaultBackgroundColor, + transparent: this.defaultTransparent, show: false, webPreferences: { nodeIntegration: options.isAddonAvailable,