OSDN Git Service

Fix the missing controller for inline video.
authorTeng-Hui Zhu <ztenghui@google.com>
Mon, 19 Sep 2011 22:56:58 +0000 (15:56 -0700)
committerTeng-Hui Zhu <ztenghui@google.com>
Mon, 19 Sep 2011 22:59:29 +0000 (15:59 -0700)
Bug:5340451
Change-Id: Ifd706f61f824d1019f998569774b600ae9a9f5b9

Source/WebKit/android/RenderSkinMediaButton.cpp

index 294dec5..ef4b313 100644 (file)
@@ -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])];