diff options
author | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 13:28:38 +0000 |
---|---|---|
committer | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 13:28:38 +0000 |
commit | 4bd55a3309fba325365ddcae9ac7c0cef1f74105 (patch) | |
tree | 3fb05542d71f5e8e7408aff094229489629cb946 /ui/gfx/native_theme.cc | |
parent | b72ffe8133e6c15d43853d5c705866f0d76587ce (diff) | |
download | chromium_src-4bd55a3309fba325365ddcae9ac7c0cef1f74105.zip chromium_src-4bd55a3309fba325365ddcae9ac7c0cef1f74105.tar.gz chromium_src-4bd55a3309fba325365ddcae9ac7c0cef1f74105.tar.bz2 |
Larger Combo box Hit Targets for TOUCH_UI
This is a chromium patch of a two-sided chromium/webkit patch that enables larger hit targets in combo box popups for TOUCH_UI builds.
This was originally under this issue: http://codereview.chromium.org/7465011/
The code was committed but the webkit interface changed, afterward so this patch addresses that change.
The webkit patch can be found here: https://bugs.webkit.org/show_bug.cgi?id=64897
BUG=none
TEST=manually
Review URL: http://codereview.chromium.org/7477036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94455 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/native_theme.cc')
-rw-r--r-- | ui/gfx/native_theme.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/gfx/native_theme.cc b/ui/gfx/native_theme.cc index e747b8e..331d429 100644 --- a/ui/gfx/native_theme.cc +++ b/ui/gfx/native_theme.cc @@ -12,10 +12,6 @@ unsigned int NativeTheme::thumb_inactive_color_ = 0xeaeaea; unsigned int NativeTheme::thumb_active_color_ = 0xf4f4f4; unsigned int NativeTheme::track_color_ = 0xd3d3d3; -int NativeTheme::GetPopupListBoxMinimumRowHeight() const { - return 0; -} - void NativeTheme::SetScrollbarColors(unsigned inactive_color, unsigned active_color, unsigned track_color) const { |