Index: ui/ozone/public/overlay_candidates_ozone.h |
diff --git a/ui/ozone/public/overlay_candidates_ozone.h b/ui/ozone/public/overlay_candidates_ozone.h |
index ad26ebc7f8937702b79cdb6469163435f59d14f5..79ae0ac4d46135f6368ad5a2b119c201045a3616 100644 |
--- a/ui/ozone/public/overlay_candidates_ozone.h |
+++ b/ui/ozone/public/overlay_candidates_ozone.h |
@@ -28,7 +28,7 @@ class OZONE_BASE_EXPORT OverlayCandidatesOzone { |
// Format of the buffer to composite. |
SurfaceFactoryOzone::BufferFormat format; |
// Rect on the display to position the overlay to. |
- gfx::Rect display_rect; |
+ gfx::RectF display_rect; |
// Crop within the buffer to be placed inside |display_rect|. |
gfx::RectF crop_rect; |
// Stacking order of the overlay plane relative to the main surface, |