| Index: chromecast/browser/media/cma_message_filter_host.h
|
| diff --git a/chromecast/browser/media/cma_message_filter_host.h b/chromecast/browser/media/cma_message_filter_host.h
|
| index 48e95ff15dea798a52af63d8a5cc2d6a67afc1fe..c109f93c3eeaa5380dfd90d25522c8f6c5ba7668 100644
|
| --- a/chromecast/browser/media/cma_message_filter_host.h
|
| +++ b/chromecast/browser/media/cma_message_filter_host.h
|
| @@ -24,7 +24,6 @@ class SingleThreadTaskRunner;
|
| }
|
|
|
| namespace gfx {
|
| -class PointF;
|
| class Size;
|
| }
|
|
|
| @@ -89,9 +88,6 @@ class CmaMessageFilterHost
|
| void SetPlaybackRate(int media_id, double playback_rate);
|
| void SetVolume(int media_id, TrackId track_id, float volume);
|
| void NotifyPipeWrite(int media_id, TrackId track_id);
|
| - void NotifyExternalSurface(int surface_id,
|
| - const gfx::PointF& p0, const gfx::PointF& p1,
|
| - const gfx::PointF& p2, const gfx::PointF& p3);
|
|
|
| // Audio/Video callbacks.
|
| void OnMediaStateChanged(int media_id,
|
|
|