diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 09:50:31 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 09:50:31 +0000 |
commit | 1e479e93413a7a1b835b88bbfbdd440949be4a73 (patch) | |
tree | aa62fd0fcf6420fdc209b57fadf7393b770f88c6 /ash/resources/ash_resources.grd | |
parent | f5b9c1b52f6e2f43215538a1c34ff363beaa4468 (diff) | |
download | chromium_src-1e479e93413a7a1b835b88bbfbdd440949be4a73.zip chromium_src-1e479e93413a7a1b835b88bbfbdd440949be4a73.tar.gz chromium_src-1e479e93413a7a1b835b88bbfbdd440949be4a73.tar.bz2 |
Fix the background flashing when an unthemed browser window is in immersive fullscreen
Bug=236598
Test=Manual, see bug
Review URL: https://chromiumcodereview.appspot.com/15086004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200224 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/resources/ash_resources.grd')
-rw-r--r-- | ash/resources/ash_resources.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/resources/ash_resources.grd b/ash/resources/ash_resources.grd index d684a34..b391e90 100644 --- a/ash/resources/ash_resources.grd +++ b/ash/resources/ash_resources.grd @@ -198,6 +198,7 @@ <!-- TODO(jamescook): We need updated incognito art for Aura. --> <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_BASE_INCOGNITO_ACTIVE" file="common/window_header_base_incognito_active.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_BASE_INCOGNITO_INACTIVE" file="common/window_header_base_incognito_inactive.png" /> + <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_BASE_MINIMAL" file="common/window_header_base_minimal.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_LEFT" file="common/window_header_shade_left.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_MIDDLE" file="common/window_header_shade_middle.png" /> <structure type="chrome_scaled_image" name="IDR_AURA_WINDOW_HEADER_SHADE_RIGHT" file="common/window_header_shade_right.png" /> |