| Index: webkit/glue/webmediaplayer_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webmediaplayer_impl.cc (revision 24402)
|
| +++ webkit/glue/webmediaplayer_impl.cc (working copy)
|
| @@ -266,7 +266,11 @@
|
| // seek(0) internally. Avoid doing seek(0) the second time because this will
|
| // cause extra pre-rolling and will break servers without range request
|
| // support.
|
| + //
|
| + // We still have to notify WebKit that time has changed otherwise
|
| + // HTMLMediaElement gets into an inconsistent state.
|
| if (pipeline_->GetCurrentTime().ToInternalValue() == 0 && seconds == 0) {
|
| + GetClient()->timeChanged();
|
| return;
|
| }
|
|
|
|
|
| Property changes on: webkit\glue\webmediaplayer_impl.cc
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/webkit/glue/webmediaplayer_impl.cc:r24331
|
|
|
|
|