summaryrefslogtreecommitdiffstats
path: root/Source/WebCore
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2011-06-30 16:37:22 -0700
committerTeng-Hui Zhu <ztenghui@google.com>2011-06-30 16:46:27 -0700
commit5bf332a55fb8661176dbdfee0a595fa9ecf3350c (patch)
treeda7382fb48652f45a00b380d0f64fc681e889142 /Source/WebCore
parentbeb5d5b7abfe05ecd6dccd281a0885e7a9526286 (diff)
downloadexternal_webkit-5bf332a55fb8661176dbdfee0a595fa9ecf3350c.zip
external_webkit-5bf332a55fb8661176dbdfee0a595fa9ecf3350c.tar.gz
external_webkit-5bf332a55fb8661176dbdfee0a595fa9ecf3350c.tar.bz2
Update to match the Java side change
Java side change: #change,118782 Change-Id: I9f94f2541a2dd197a77210566fb3a8d28102010c
Diffstat (limited to 'Source/WebCore')
-rw-r--r--Source/WebCore/platform/graphics/android/VideoLayerAndroid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/VideoLayerAndroid.h b/Source/WebCore/platform/graphics/android/VideoLayerAndroid.h
index 0f3f007..abc1c13 100644
--- a/Source/WebCore/platform/graphics/android/VideoLayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/VideoLayerAndroid.h
@@ -44,7 +44,7 @@ namespace WebCore {
// Otherwise will draw a static image.
// NOTE: These values are matching the ones in HTML5VideoView.java
// Please keep them in sync when changed here.
-typedef enum {INITIALIZED, PREPARING, PREPARED, PLAYING} PlayerState;
+typedef enum {INITIALIZED, PREPARING, PREPARED, PLAYING, RELEASED} PlayerState;
class VideoLayerAndroid : public LayerAndroid {