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

Unified Diff: chromecast/browser/media/cma_message_filter_host.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/BUILD.gn ('k') | chromecast/browser/media/cma_message_filter_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chromecast/browser/media/BUILD.gn ('k') | chromecast/browser/media/cma_message_filter_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698