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

Unified Diff: media/base/pipeline.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
Index: media/base/pipeline.h
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index 1534ea5cc865eec3644ed0426cb71f13d7df33fb..14f37583eb86acdbc31089b1c632d3899521f2d1 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -11,8 +11,9 @@
#include <string>
-#include "media/base/filters.h"
+#include "media/base/data_source.h"
Ami GONE FROM CHROMIUM 2011/12/15 18:39:08 Why?
acolwell GONE FROM CHROMIUM 2011/12/15 20:57:59 Needed for SetPreroll(). :/ more fuel for Preroll
#include "media/base/pipeline_status.h"
+#include "ui/gfx/size.h"
namespace base {
class TimeDelta;

Powered by Google App Engine
This is Rietveld 408576698