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

Unified Diff: chromecast/media/base/video_plane_controller.h

Issue 1972433002: [Chromecast] Handle device scale factor correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set device scale factor correctly Created 4 years, 7 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
Index: chromecast/media/base/video_plane_controller.h
diff --git a/chromecast/media/base/video_plane_controller.h b/chromecast/media/base/video_plane_controller.h
index 04e9b9431d85d9d33a69eb10f7fff68930cf1234..6de223c30261cbe95c52fb8e14c26d37c8bf5a51 100644
--- a/chromecast/media/base/video_plane_controller.h
+++ b/chromecast/media/base/video_plane_controller.h
@@ -32,7 +32,8 @@ namespace media {
// constructed on.
class VideoPlaneController {
public:
- explicit VideoPlaneController(
+ VideoPlaneController(
+ const Size& graphics_resolution,
scoped_refptr<base::SingleThreadTaskRunner> media_task_runner);
~VideoPlaneController();
// Sets the video plane geometry in *graphics plane coordinates*. If there is

Powered by Google App Engine
This is Rietveld 408576698