| 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);
|
|
|
|
|