diff options
| author | Teng-Hui Zhu <ztenghui@google.com> | 2011-09-19 15:56:58 -0700 |
|---|---|---|
| committer | Bart Sears <bsears@google.com> | 2011-09-19 18:16:47 -0700 |
| commit | ab7f5033f435437499cefc7066915f88a7f1cae9 (patch) | |
| tree | 0da2da01ff1d9896a30855ba8feb1f17ccd0a45d | |
| parent | d6b2e6954f8448ca1940a17a9f891cd1e6032f2c (diff) | |
| download | external_webkit-ab7f5033f435437499cefc7066915f88a7f1cae9.zip external_webkit-ab7f5033f435437499cefc7066915f88a7f1cae9.tar.gz external_webkit-ab7f5033f435437499cefc7066915f88a7f1cae9.tar.bz2 | |
Cherry-pick fix for renamed asset from master - do not merge
Fix the missing controller for inline video.
Bug:5340451
Cherry pick of: 9062292ef8421fc64437c478064f2ba21515ddc8
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])]; |
