summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp b/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
index d3e9f9a..c670aeb 100644
--- a/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
+++ b/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
@@ -312,6 +312,10 @@ public:
env->DeleteLocalRef(clazz);
checkException(env);
}
+
+ float maxTimeSeekable() const {
+ return m_duration;
+ }
};
class MediaPlayerAudioPrivate : public MediaPlayerPrivate {