OSDN Git Service

Maintain the seek position for HTML5 Video
authorBen Murdoch <benm@google.com>
Mon, 17 Jan 2011 18:07:48 +0000 (18:07 +0000)
committerBen Murdoch <benm@google.com>
Wed, 19 Jan 2011 11:47:40 +0000 (11:47 +0000)
commiteecb7100325b3007fba928baa2b055907a2fc40a
treee66b7c9aef4d50bd9da8b73f57193f2b9142127e
parentc1c6bc5bc9477cb924383e57f33d76e8f1ed1865
Maintain the seek position for HTML5 Video

When the video is paused, remember where we got to so that
when the video is started again we can seek to the correct
position and continue where we left off.

Requires a change in frameworks/base.
(I6b92289d4ef36bba1e0429327917533a4101655d)

Bug:3303721
Change-Id: I6001f45a362f491e9040c8b52260d0a08fb8504f
WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp