diff options
author | liberato@chromium.org <liberato@chromium.org> | 2015-09-01 07:22:25 +0000 |
---|---|---|
committer | liberato@chromium.org <liberato@chromium.org> | 2015-09-01 07:22:25 +0000 |
commit | f558b05ac41b7ad7a21f0255a40f7e587f9995cf (patch) | |
tree | ed8814bd374eff45b4529128d1797fdca0d02463 /third_party/WebKit/public/blink_image_resources.grd | |
parent | 00d9f74fb98ac403c2067a1b3fc88e64b46a3700 (diff) | |
download | chromium_src-f558b05ac41b7ad7a21f0255a40f7e587f9995cf.zip chromium_src-f558b05ac41b7ad7a21f0255a40f7e587f9995cf.tar.gz chromium_src-f558b05ac41b7ad7a21f0255a40f7e587f9995cf.tar.bz2 |
Make overlay cast buttons for clank partially transparent, part 1 of 3.
The updated design spec for the 'overlay cast off' asset is partially transparent. This CL incorporates that asset, and moves to the new position of 8px from the upper left.
Also adds an 'overlay cast on' asset, which has been missing for quite some time. It is unreferenced, but is needed so that it can be added to blink_resources_constants.h in a separate CL. We can then start using it in blink in a third CL.
BUG=522580
Review URL: https://codereview.chromium.org/1305793002
git-svn-id: svn://svn.chromium.org/blink/trunk@201527 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/public/blink_image_resources.grd')
-rw-r--r-- | third_party/WebKit/public/blink_image_resources.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebKit/public/blink_image_resources.grd b/third_party/WebKit/public/blink_image_resources.grd index bb4923e..ba12733 100644 --- a/third_party/WebKit/public/blink_image_resources.grd +++ b/third_party/WebKit/public/blink_image_resources.grd @@ -61,6 +61,7 @@ <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_CAST_BUTTON_ON_NEW" file="blink/mediaplayer_cast_on_new.png" /> <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_CAST_BUTTON_OFF" file="blink/mediaplayer_overlay_cast_off.png" /> <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_CAST_BUTTON_OFF_NEW" file="blink/mediaplayer_overlay_cast_off_new.png" /> + <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_CAST_BUTTON_ON_NEW" file="blink/mediaplayer_overlay_cast_on_new.png" /> <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_PLAY_BUTTON" file="blink/mediaplayer_overlay_play.png" /> <structure type="chrome_scaled_image" name="IDR_MEDIAPLAYER_OVERLAY_PLAY_BUTTON_NEW" file="blink/mediaplayer_overlay_play_new.png" /> <structure type="chrome_scaled_image" name="IDR_SEARCH_CANCEL" file="blink/search_cancel.png" /> |