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

Unified Diff: webkit/media/webmediaplayer_proxy.h

Issue 8936014: Removing DataSource from Filter hierarchy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build busters Created 9 years 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
« webkit/media/buffered_data_source.cc ('K') | « webkit/media/web_data_source.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/webmediaplayer_proxy.h
diff --git a/webkit/media/webmediaplayer_proxy.h b/webkit/media/webmediaplayer_proxy.h
index 3cff7a422f6bcef66d5a71ae05dbd148d4c3819d..0c59c1d5691cf2d86c8cd0d7f72de20c2e69625b 100644
--- a/webkit/media/webmediaplayer_proxy.h
+++ b/webkit/media/webmediaplayer_proxy.h
@@ -10,6 +10,7 @@
#include "base/memory/ref_counted.h"
#include "base/synchronization/lock.h"
#include "media/base/pipeline.h"
+#include "media/base/video_frame.h"
Ami GONE FROM CHROMIUM 2011/12/15 18:39:08 Replace w/ a fwd decl if necessary?
acolwell GONE FROM CHROMIUM 2011/12/15 20:57:59 Done.
#include "media/filters/chunk_demuxer_client.h"
#include "webkit/media/web_data_source.h"
« webkit/media/buffered_data_source.cc ('K') | « webkit/media/web_data_source.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698