diff options
author | Teng-Hui Zhu <ztenghui@google.com> | 2011-09-19 15:56:58 -0700 |
---|---|---|
committer | Teng-Hui Zhu <ztenghui@google.com> | 2011-09-19 15:59:29 -0700 |
commit | 9062292ef8421fc64437c478064f2ba21515ddc8 (patch) | |
tree | 4b596eaca27058f5afc097405754035caf7736bb | |
parent | 41247753e4166d9b2ad11c976b9ff0f9152b4150 (diff) | |
download | external_webkit-9062292ef8421fc64437c478064f2ba21515ddc8.zip external_webkit-9062292ef8421fc64437c478064f2ba21515ddc8.tar.gz external_webkit-9062292ef8421fc64437c478064f2ba21515ddc8.tar.bz2 |
Fix the missing controller for inline video.
Bug:5340451
Change-Id: Ifd706f61f824d1019f998569774b600ae9a9f5b9
-rw-r--r-- | Source/WebKit/android/RenderSkinMediaButton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/RenderSkinMediaButton.cpp b/Source/WebKit/android/RenderSkinMediaButton.cpp index 294dec5..ef4b313 100644 --- a/Source/WebKit/android/RenderSkinMediaButton.cpp +++ b/Source/WebKit/android/RenderSkinMediaButton.cpp @@ -62,7 +62,7 @@ static const PatchData gFiles[] = { "ic_media_video_poster.png", 0, 0 }, // VIDEO { "btn_media_player_disabled.9.png", 0, 0 }, // BACKGROUND_SLIDER { "scrubber_track_holo_dark.9.png", 0, 0 }, // SLIDER_TRACK - { "scrubber_control_holo.png", 0, 0 } // SLIDER_THUMB + { "scrubber_control_normal_holo.png", 0, 0 } // SLIDER_THUMB }; static SkBitmap gButton[sizeof(gFiles)/sizeof(gFiles[0])]; |