diff options
author | Teng-Hui Zhu <ztenghui@google.com> | 2011-04-07 12:02:02 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-04-07 12:02:02 -0700 |
commit | bb69eea599d55bb1958713e8f1614c9e7f38b2f2 (patch) | |
tree | 959f60bd0c0b7c108872818d90217006ab8aa01e /WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h | |
parent | 59ffdea8571156a5a3442bdd740cae186b10425a (diff) | |
parent | e4cbbfc01b360475415d07bc3a4276fc46e828b9 (diff) | |
download | external_webkit-bb69eea599d55bb1958713e8f1614c9e7f38b2f2.zip external_webkit-bb69eea599d55bb1958713e8f1614c9e7f38b2f2.tar.gz external_webkit-bb69eea599d55bb1958713e8f1614c9e7f38b2f2.tar.bz2 |
am e4cbbfc0: Merge "Show the fullscreen button all the time" into honeycomb-mr1
* commit 'e4cbbfc01b360475415d07bc3a4276fc46e828b9':
Show the fullscreen button all the time
Diffstat (limited to 'WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h')
-rw-r--r-- | WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h b/WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h index 6948799..20a5829 100644 --- a/WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h +++ b/WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h @@ -121,7 +121,6 @@ protected: float m_currentTime; bool m_paused; - bool m_hasVideo; MediaPlayer::ReadyState m_readyState; MediaPlayer::NetworkState m_networkState; |