OSDN Git Service

Allow HTML5 video to seek.
[android-x86/external-webkit.git] / WebKit / android / WebCoreSupport / MediaPlayerPrivateAndroid.cpp
index 3a39730..ea560cb 100644 (file)
@@ -308,6 +308,10 @@ public:
         env->DeleteLocalRef(clazz);
         checkException(env);
     }
+
+    float maxTimeSeekable() const {
+        return m_duration;
+    }
 };
 
 class MediaPlayerAudioPrivate : public MediaPlayerPrivate {