Merge "Add WRTWindow and WRTWebContents" into tizen
authorjaekuk lee <juku1999@samsung.com>
Mon, 1 Jul 2019 01:09:25 +0000 (01:09 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Mon, 1 Jul 2019 01:09:25 +0000 (01:09 +0000)
1  2 
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,