| Index: ui/ozone/common/gpu/ozone_gpu_message_params.h
|
| diff --git a/ui/ozone/common/gpu/ozone_gpu_message_params.h b/ui/ozone/common/gpu/ozone_gpu_message_params.h
|
| index dfab51509b537dc6c12539b3f14edf7ddbd58eb3..5da94719654b11ba8a445c4cdf5c201ed5801119 100644
|
| --- a/ui/ozone/common/gpu/ozone_gpu_message_params.h
|
| +++ b/ui/ozone/common/gpu/ozone_gpu_message_params.h
|
| @@ -64,7 +64,7 @@ struct OverlayCheck_Params {
|
| bool operator<(const OverlayCheck_Params& plane) const;
|
|
|
| gfx::Size buffer_size;
|
| - gfx::OverlayTransform transform = gfx::OVERLAY_TRANSFORM_INVALID;
|
| + gfx::OverlayTransform transform = gfx::OVERLAY_TRANSFORM_NONE;
|
| gfx::BufferFormat format = gfx::BufferFormat::BGRA_8888;
|
| gfx::Rect display_rect;
|
| gfx::RectF crop_rect;
|
| @@ -76,4 +76,3 @@ struct OverlayCheck_Params {
|
| } // namespace ui
|
|
|
| #endif // UI_OZONE_COMMON_GPU_OZONE_GPU_MESSAGE_PARAMS_H_
|
| -
|
|
|