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

Unified Diff: webkit/glue/webmediaplayer_impl.h

Issue 7890012: Fixing dropped seeks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor fixes. Created 9 years, 3 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
Index: webkit/glue/webmediaplayer_impl.h
diff --git a/webkit/glue/webmediaplayer_impl.h b/webkit/glue/webmediaplayer_impl.h
index 8d9bd809e4b47ede6d1601f429ecd70064db95e7..d6ab9b8a943c09fe25b6d1b4cb576a0c1edd9f0c 100644
--- a/webkit/glue/webmediaplayer_impl.h
+++ b/webkit/glue/webmediaplayer_impl.h
@@ -243,6 +243,9 @@ class WebMediaPlayerImpl
float playback_rate_;
base::TimeDelta paused_time_;
+ bool pending_seek_;
+ float pending_seek_seconds_;
Ami GONE FROM CHROMIUM 2011/09/13 20:12:58 Add a comment to the effect that this is the *last
SeRya 2011/09/13 22:14:21 Done.
+
WebKit::WebMediaPlayerClient* client_;
scoped_refptr<WebMediaPlayerProxy> proxy_;

Powered by Google App Engine
This is Rietveld 408576698