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

Unified Diff: chromecast/media/cma/backend/video_plane_fake.cc

Issue 809173002: Chromecast: Add a way to notify video plane about resolution changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: chromecast/media/cma/backend/video_plane_fake.cc
diff --git a/chromecast/media/cma/backend/video_plane_fake.cc b/chromecast/media/cma/backend/video_plane_fake.cc
index a129d8deb25049c9b8e410dba57ee482a3668bc3..3fa4fe17a2ba55a40bfc7e9d1216654b65087f93 100644
--- a/chromecast/media/cma/backend/video_plane_fake.cc
+++ b/chromecast/media/cma/backend/video_plane_fake.cc
@@ -32,5 +32,8 @@ void VideoPlaneFake::SetGeometry(const gfx::QuadF& quad,
// Nothing to be done.
}
+void VideoPlaneFake::OnScreenResolutionChanged(const gfx::Size& screen_res) {
+}
+
} // namespace media
} // namespace chromecast

Powered by Google App Engine
This is Rietveld 408576698