diff options
author | grunell@chromium.org <grunell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 09:22:21 +0000 |
---|---|---|
committer | grunell@chromium.org <grunell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 09:22:21 +0000 |
commit | a382fc2c93bac8251bca4ac3c159553258df4214 (patch) | |
tree | 14b38e5295363d84af4ff5194744cd1cff815e9c /chrome/app/theme/theme_resources.grd | |
parent | bf6b644896b890a7a6405861cd13c26bcbbb082d (diff) | |
download | chromium_src-a382fc2c93bac8251bca4ac3c159553258df4214.zip chromium_src-a382fc2c93bac8251bca4ac3c159553258df4214.tar.gz chromium_src-a382fc2c93bac8251bca4ac3c159553258df4214.tar.bz2 |
Adding tab recording mask resource.
This adds an image used for masking around the red recording dot.
This has been reviewed in https://codereview.chromium.org/12526008/ where it was requested to move to a separate CL and put in common directory, hence TBR-ing it here.
TBR=oshima@chromium.org
BUG=175737
Review URL: https://codereview.chromium.org/12598002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme/theme_resources.grd')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index f1c73a4..31c58fc 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -839,6 +839,7 @@ <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING" file="throbber_waiting.png" /> <structure type="chrome_scaled_image" name="IDR_THROBBER_WAITING_LIGHT" file="throbber_waiting_light.png" /> <structure type="chrome_scaled_image" name="IDR_TAB_RECORDING" file="tab_recording.png" /> + <structure type="chrome_scaled_image" name="IDR_TAB_RECORDING_MASK" file="common/tab_recording_mask.png" /> <structure type="chrome_scaled_image" name="IDR_TAB_CAPTURE" file="tab_capture.png" /> <structure type="chrome_scaled_image" name="IDR_TAB_CAPTURE_GLOW" file="tab_capture_glow.png" /> <if expr="pp_ifdef('use_ash')"> |