Index: webkit/glue/webmediaplayer_impl.h |
diff --git a/webkit/glue/webmediaplayer_impl.h b/webkit/glue/webmediaplayer_impl.h |
index ea19d583524a5d58bf4691cee787cc0e738efea0..db426bc65db4c1c9f3af4cd43d8f370d1ca46799 100644 |
--- a/webkit/glue/webmediaplayer_impl.h |
+++ b/webkit/glue/webmediaplayer_impl.h |
@@ -196,7 +196,7 @@ class WebMediaPlayerImpl |
void OnPipelineSeek(media::PipelineStatus status); |
void OnPipelineEnded(media::PipelineStatus status); |
void OnPipelineError(media::PipelineStatus error); |
- void OnNetworkEvent(bool is_downloading_data); |
+ void OnNetworkEvent(media::NetworkEvent type); |
void OnDemuxerOpened(); |
private: |
@@ -271,6 +271,8 @@ class WebMediaPlayerImpl |
bool incremented_externally_allocated_memory_; |
+ bool can_play_through_; |
+ |
DISALLOW_COPY_AND_ASSIGN(WebMediaPlayerImpl); |
}; |