diff options
author | Leon Scroggins <scroggo@google.com> | 2011-03-07 15:43:08 -0500 |
---|---|---|
committer | Leon Scroggins <scroggo@google.com> | 2011-03-07 16:27:24 -0500 |
commit | ee677f6fd67ba73ab199614a8feb02d41544b3ca (patch) | |
tree | f5f2a475e4e010125fcccfe78e779a4ae46eb9c9 /WebKit/android/RenderSkinButton.cpp | |
parent | f61e9d35316897cadf1f8969a368da73f826ac02 (diff) | |
download | external_webkit-ee677f6fd67ba73ab199614a8feb02d41544b3ca.zip external_webkit-ee677f6fd67ba73ab199614a8feb02d41544b3ca.tar.gz external_webkit-ee677f6fd67ba73ab199614a8feb02d41544b3ca.tar.bz2 |
DO NOT MERGE. Render media button and buttons properly.
Bug:3009375
Requires a change to frameworks/base.
Change-Id: I39758fd9d21ed447c48ae050a9c3b0ed1b757b5a
Diffstat (limited to 'WebKit/android/RenderSkinButton.cpp')
-rw-r--r-- | WebKit/android/RenderSkinButton.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WebKit/android/RenderSkinButton.cpp b/WebKit/android/RenderSkinButton.cpp index ff739f6..1dc6560 100644 --- a/WebKit/android/RenderSkinButton.cpp +++ b/WebKit/android/RenderSkinButton.cpp @@ -45,10 +45,10 @@ struct PatchData { static const PatchData gFiles[] = { - { "btn_default_normal_disable.9.png", 2, 7 }, - { "btn_default_normal.9.png", 2, 7 }, - { "btn_default_selected.9.png", 2, 7 }, - { "btn_default_pressed.9.png", 2, 7 } + { "btn_default_disabled_holo.9.png", 2, 7 }, + { "btn_default_normal_holo.9.png", 2, 7 }, + { "btn_default_focused_holo.9.png", 2, 7 }, + { "btn_default_pressed_holo.9.png", 2, 7 } }; static SkBitmap gButton[sizeof(gFiles)/sizeof(gFiles[0])]; |