diff options
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])]; |