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

Unified Diff: chromecast/common/media/cma_messages.h

Issue 1380533002: [Chromecast] Remove use of VIDEO_HOLE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete gn dependencies Created 5 years, 3 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/browser/media/cma_message_filter_host.cc ('k') | chromecast/media/cma/filters/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chromecast/browser/media/cma_message_filter_host.cc ('k') | chromecast/media/cma/filters/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698