| Index: chromecast/media/cma/backend/video_plane.h
|
| diff --git a/chromecast/media/cma/backend/video_plane.h b/chromecast/media/cma/backend/video_plane.h
|
| index 6c98d29c59fd8109514750fc2859b16a166a7858..a5f864c6d500ce5e1805e31a12cc36c037f0463d 100644
|
| --- a/chromecast/media/cma/backend/video_plane.h
|
| +++ b/chromecast/media/cma/backend/video_plane.h
|
| @@ -21,9 +21,8 @@ class VideoPlane {
|
| enum CoordinateType {
|
| // Graphics plane as coordinate type.
|
| COORDINATE_TYPE_GRAPHICS_PLANE = 0,
|
| -
|
| - // Output video plane as coordinate type.
|
| - COORDINATE_TYPE_VIDEO_PLANE_RESOLUTION = 1,
|
| + // Output display screen as coordinate type.
|
| + COORDINATE_TYPE_SCREEN_RESOLUTION = 1,
|
| };
|
|
|
| VideoPlane();
|
|
|