Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(850)

Unified Diff: media/base/filter_host.h

Issue 269002: Report stalled event correctly for <video> (Closed)
Patch Set: comments Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/mock_filter_host.h » ('j') | webkit/glue/media/buffered_data_source.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/filter_host.h
diff --git a/media/base/filter_host.h b/media/base/filter_host.h
index 2b288d20b90e09333b71b77dd45f672c0152058d..4ac939bc567577c0f4dd65ef873d949020cf3d6e 100644
--- a/media/base/filter_host.h
+++ b/media/base/filter_host.h
@@ -64,7 +64,10 @@ class FilterHost {
// Sets the flag to indicate that our media is now loaded.
virtual void SetLoaded(bool loaded) = 0;
- // Broadcast a message of type |message| to all other filters from |source|.
+ // Sets the flag to indicate current network activity.
+ virtual void SetNetworkActivity(bool network_activity) = 0;
+
+ // Broadcast a message of type |message| to all filters.
virtual void BroadcastMessage(FilterMessage message) = 0;
protected:
« no previous file with comments | « no previous file | media/base/mock_filter_host.h » ('j') | webkit/glue/media/buffered_data_source.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698