Commit 86b21972 authored by May Lippert's avatar May Lippert Committed by Commit Bot

Wallpaper: Add shadow to wallpaper manager

Remove the alphaEnabled flag which created a flat transparent window.

BUG=936235
TEST=run on eve and verified that shadows appear

Change-Id: Ia2a10654cdacbb0c75991513984e3ec8652d2c13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755009
Auto-Submit: May Lippert <maybelle@chromium.org>
Commit-Queue: May Lippert <maybelle@chromium.org>
Commit-Queue: Xiaoqian Dai <xdai@chromium.org>
Reviewed-by: default avatarXiaoqian Dai <xdai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#687110}
parent d746bc46
...@@ -196,8 +196,7 @@ chrome.app.runtime.onLaunched.addListener(function() { ...@@ -196,8 +196,7 @@ chrome.app.runtime.onLaunched.addListener(function() {
var options = { var options = {
frame: 'none', frame: 'none',
innerBounds: {width: 768, height: 512, minWidth: 768, minHeight: 512}, innerBounds: {width: 768, height: 512, minWidth: 768, minHeight: 512},
resizable: true, resizable: true
alphaEnabled: true
}; };
chrome.app.window.create('main.html', options, function(window) { chrome.app.window.create('main.html', options, function(window) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment