diff options
author | Teng-Hui Zhu <ztenghui@google.com> | 2011-04-07 11:59:42 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-04-07 11:59:42 -0700 |
commit | e4cbbfc01b360475415d07bc3a4276fc46e828b9 (patch) | |
tree | 959f60bd0c0b7c108872818d90217006ab8aa01e /WebCore/platform/graphics | |
parent | 7404fb69c0389c04c5d20d9d2dff7a4aba1db63a (diff) | |
parent | 084cf95d880fad350fa86149d1ea0e3e192bbee8 (diff) | |
download | external_webkit-e4cbbfc01b360475415d07bc3a4276fc46e828b9.zip external_webkit-e4cbbfc01b360475415d07bc3a4276fc46e828b9.tar.gz external_webkit-e4cbbfc01b360475415d07bc3a4276fc46e828b9.tar.bz2 |
Merge "Show the fullscreen button all the time" into honeycomb-mr1
Diffstat (limited to 'WebCore/platform/graphics')
-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; |