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

Unified Diff: chromecast/public/media/media_pipeline_device_params.h

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Address alokp@ comments Created 5 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 | « chromecast/public/media/media_pipeline_backend.h ('k') | chromecast/public/media/video_pipeline_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/public/media/media_pipeline_device_params.h
diff --git a/chromecast/public/media/media_pipeline_device_params.h b/chromecast/public/media/media_pipeline_device_params.h
index fa7779bb6bf700f6ab1507595d8f3e65b71bd8a0..b307dc4b52300dd31d5dd73958d1aa64abaa25c2 100644
--- a/chromecast/public/media/media_pipeline_device_params.h
+++ b/chromecast/public/media/media_pipeline_device_params.h
@@ -5,9 +5,9 @@
#ifndef CHROMECAST_PUBLIC_MEDIA_MEDIA_PIPELINE_DEVICE_PARAMS_H_
#define CHROMECAST_PUBLIC_MEDIA_MEDIA_PIPELINE_DEVICE_PARAMS_H_
-#include "task_runner.h"
-
namespace chromecast {
+class TaskRunner;
+
namespace media {
// Supplies creation parameters to platform-specific pipeline backend.
« no previous file with comments | « chromecast/public/media/media_pipeline_backend.h ('k') | chromecast/public/media/video_pipeline_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698