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

Unified Diff: chrome/renderer/webmediaplayer_delegate_impl.h

Issue 100131: Finished implementing seeking in WebMediaPlayerDelegateImpl. (Closed)
Patch Set: Typo Created 11 years, 8 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 | « chrome/renderer/media/data_source_impl.cc ('k') | chrome/renderer/webmediaplayer_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/webmediaplayer_delegate_impl.h
diff --git a/chrome/renderer/webmediaplayer_delegate_impl.h b/chrome/renderer/webmediaplayer_delegate_impl.h
index 7fdba71804806bf28bcba8b85ad4bd8a47b4bc34..9ae53836ae98b272e18eee4dbd6272fdc696ff56 100644
--- a/chrome/renderer/webmediaplayer_delegate_impl.h
+++ b/chrome/renderer/webmediaplayer_delegate_impl.h
@@ -164,6 +164,7 @@ class WebMediaPlayerDelegateImpl : public webkit_glue::WebMediaPlayerDelegate,
kRepaintTaskIndex = 0,
kReadyStateTaskIndex,
kNetworkStateTaskIndex,
+ kTimeChangedTaskIndex,
kLastTaskIndex
};
« no previous file with comments | « chrome/renderer/media/data_source_impl.cc ('k') | chrome/renderer/webmediaplayer_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698