webview: allow setting background color

This commit is contained in:
Robo 2016-03-13 09:46:33 +05:30
parent 100ea975bd
commit f8f3fba433
11 changed files with 17 additions and 69 deletions

View file

@ -106,7 +106,4 @@ module.exports = {
setSize: function(guestInstanceId, params) {
return ipcRenderer.send('ATOM_SHELL_GUEST_VIEW_MANAGER_SET_SIZE', guestInstanceId, params);
},
setAllowTransparency: function(guestInstanceId, allowtransparency) {
return ipcRenderer.send('ATOM_SHELL_GUEST_VIEW_MANAGER_SET_ALLOW_TRANSPARENCY', guestInstanceId, allowtransparency);
}
};