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

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

Issue 1928143002: Rename gfx::Display/Screen to display::Display/Screen in chromecast/blimp/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update blimp's gn for recent gn change Created 4 years, 8 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/media/BUILD.gn ('k') | media/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 852cdfba2c91fd5f55cfa8c0c8bc726d22590a05..04e9b9431d85d9d33a69eb10f7fff68930cf1234 100644
--- a/chromecast/media/base/video_plane_controller.h
+++ b/chromecast/media/base/video_plane_controller.h
@@ -48,8 +48,8 @@ class VideoPlaneController {
// Sets graphics hardware plane resolution, and clears any cached video plane
// geometry parameters. This must be called at least once when the hardware
- // graphics plane resolution (same resolution as gfx::Screen) is known, then
- // later when it changes. If there is no change to the graphics plane
+ // graphics plane resolution (same resolution as display::Screen) is known,
+ // then later when it changes. If there is no change to the graphics plane
// resolution from the last call to this method, it is a no-op.
void SetGraphicsPlaneResolution(const Size& resolution);
« no previous file with comments | « chromecast/media/BUILD.gn ('k') | media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698