OSDN Git Service

fix the pause() problem...
authorNicolas Roard <nicolas@android.com>
Tue, 11 May 2010 22:46:00 +0000 (15:46 -0700)
committerBen Murdoch <benm@google.com>
Mon, 18 Oct 2010 12:07:06 +0000 (13:07 +0100)
DO NOT MERGE, cherry pick to Gingerbread from master.

Bug: 3101402
Change-Id: Ifbdab630badfffa12bc166ac20e804efba16436a

WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp

index b066511..f3937bf 100644 (file)
@@ -332,6 +332,7 @@ public:
         if (!m_glue->m_javaProxy)
             return;
 
+        m_paused = false;
         env->CallVoidMethod(m_glue->m_javaProxy, m_glue->m_play);
         checkException(env);
     }