| Index: chromecast/common/media/cma_messages.h
 | 
| diff --git a/chromecast/common/media/cma_messages.h b/chromecast/common/media/cma_messages.h
 | 
| index 1edb9827794b29ccbdc8ee710b96c45d788bc303..1649cc09aa07b263c30d09e1194764718202141b 100644
 | 
| --- a/chromecast/common/media/cma_messages.h
 | 
| +++ b/chromecast/common/media/cma_messages.h
 | 
| @@ -64,13 +64,6 @@ IPC_MESSAGE_CONTROL2(CmaHostMsg_NotifyPipeWrite,
 | 
|                       int /* Media pipeline ID */,
 | 
|                       chromecast::media::TrackId /* Track ID */)
 | 
|  
 | 
| -IPC_MESSAGE_CONTROL5(CmaHostMsg_NotifyExternalSurface,
 | 
| -                     int /* Surface ID */,
 | 
| -                     gfx::PointF /* Quad video top left */,
 | 
| -                     gfx::PointF /* Quad video top right */,
 | 
| -                     gfx::PointF /* Quad video bottim right */,
 | 
| -                     gfx::PointF /* Quad video bottom left */)
 | 
| -
 | 
|  // Messages from the browser to the renderer process.
 | 
|  
 | 
|  IPC_MESSAGE_CONTROL2(CmaMsg_MediaStateChanged,
 | 
| 
 |