summaryrefslogtreecommitdiffstats
path: root/ui/resources
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-03 21:34:29 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-03 21:34:29 +0000
commit35e5a34c89fea82d21af4029ade095f7fd7506c2 (patch)
tree0dfb84f9919157d1f094bac26c2f55055399cae4 /ui/resources
parent6e16aeed8787832da6e365a9b824aaf7bfd45edb (diff)
downloadchromium_src-35e5a34c89fea82d21af4029ade095f7fd7506c2.zip
chromium_src-35e5a34c89fea82d21af4029ade095f7fd7506c2.tar.gz
chromium_src-35e5a34c89fea82d21af4029ade095f7fd7506c2.tar.bz2
Use Ash-style textbutton borders on all Views platforms
This makes the hover highlights on the bookmark bar visually match the forward/back/wrench buttons. BUG=126116 TEST=visual R=sky@chromium.org Review URL: http://codereview.chromium.org/10355012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135218 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources')
-rw-r--r--ui/resources/ui_resources.grd4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
index d5871228..b459e98 100644
--- a/ui/resources/ui_resources.grd
+++ b/ui/resources/ui_resources.grd
@@ -70,7 +70,7 @@
<include name="IDR_RESTORE_H" file="linux_restore_h.png" type="BINDATA" />
<include name="IDR_RESTORE_P" file="linux_restore_p.png" type="BINDATA" />
</if>
- <if expr="pp_ifdef('use_aura')">
+ <if expr="pp_ifdef('toolkit_views')">
<!-- TODO(jamescook): Rename the IDR constants to put hot/pressed state before position. -->
<include name="IDR_TEXTBUTTON_BOTTOM_H" file="aura/textbutton_hot_bottom.png" type="BINDATA" />
<include name="IDR_TEXTBUTTON_BOTTOM_LEFT_H" file="aura/textbutton_hot_bottom_left.png" type="BINDATA" />
@@ -91,7 +91,7 @@
<include name="IDR_TEXTBUTTON_TOP_RIGHT_H" file="aura/textbutton_hot_top_right.png" type="BINDATA" />
<include name="IDR_TEXTBUTTON_TOP_RIGHT_P" file="aura/textbutton_pressed_top_right.png" type="BINDATA" />
</if>
- <if expr="not pp_ifdef('use_aura')">
+ <if expr="not pp_ifdef('toolkit_views')">
<include name="IDR_TEXTBUTTON_BOTTOM_H" file="textbutton_b_h.png" type="BINDATA" />
<include name="IDR_TEXTBUTTON_BOTTOM_LEFT_H" file="textbutton_bl_h.png" type="BINDATA" />
<include name="IDR_TEXTBUTTON_BOTTOM_LEFT_P" file="textbutton_bl_p.png" type="BINDATA" />