diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 20:58:04 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 20:58:04 +0000 |
commit | efc55904c567c5c970041c89bf047e2a5cd93e0c (patch) | |
tree | d16cd603bed2237c75004332be5cd00337c84b56 /views/views.gyp | |
parent | 8027ef796754182714562285e61a9738cd473df1 (diff) | |
download | chromium_src-efc55904c567c5c970041c89bf047e2a5cd93e0c.zip chromium_src-efc55904c567c5c970041c89bf047e2a5cd93e0c.tar.gz chromium_src-efc55904c567c5c970041c89bf047e2a5cd93e0c.tar.bz2 |
Fix submenu arrow position for RTL
Flip the direction of submenu arrow for RTL
BUG=chromium-os:5593
TEST=none
Review URL: http://codereview.chromium.org/6428001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/views.gyp b/views/views.gyp index 01bea92..d180468 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -165,8 +165,8 @@ 'controls/menu/native_menu_x.h', 'controls/menu/nested_dispatcher_gtk.cc', 'controls/menu/nested_dispatcher_gtk.h', - 'controls/menu/radio_button_image_gtk.cc', - 'controls/menu/radio_button_image_gtk.h', + 'controls/menu/menu_image_util_gtk.cc', + 'controls/menu/menu_image_util_gtk.h', 'controls/menu/submenu_view.cc', 'controls/menu/submenu_view.h', 'controls/menu/view_menu_delegate.h', |