Index: chromecast/media/cma/pipeline/media_pipeline_client.h |
diff --git a/chromecast/media/cma/pipeline/media_pipeline_client.h b/chromecast/media/cma/pipeline/media_pipeline_client.h |
index 692263c6e6a3306bbfc170fb75ff8899f2d6f9ea..a53c10b112c3a8bd215e8b0990fbd58e0c7754a0 100644 |
--- a/chromecast/media/cma/pipeline/media_pipeline_client.h |
+++ b/chromecast/media/cma/pipeline/media_pipeline_client.h |
@@ -29,6 +29,10 @@ struct MediaPipelineClient { |
// Callback used to report the buffering status. |
::media::BufferingStateCB buffering_state_cb; |
+ |
+ // Callback used to report the create of MediaPipelineBackend |
halliwell
2015/08/25 00:48:34
nit: creation. and either comment destroy or expa
yucliu1
2015/08/25 04:27:58
Done.
|
+ base::Closure device_components_create_cb; |
+ base::Closure device_components_destroy_cb; |
}; |
} // namespace media |