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 3a39730..ea560cb 100644
--- a/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
+++ b/WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp
@@ -308,6 +308,10 @@ public:
env->DeleteLocalRef(clazz);
checkException(env);
}
+
+ float maxTimeSeekable() const {
+ return m_duration;
+ }
};
class MediaPlayerAudioPrivate : public MediaPlayerPrivate {