| Index: ui/ozone/platform/dri/hardware_display_controller.h
|
| diff --git a/ui/ozone/platform/dri/hardware_display_controller.h b/ui/ozone/platform/dri/hardware_display_controller.h
|
| index a69cbde1bdb94dda407b673f7ece3752c1bce13c..b26654d066eb9365d48f4bef061325e42ff0e6bc 100644
|
| --- a/ui/ozone/platform/dri/hardware_display_controller.h
|
| +++ b/ui/ozone/platform/dri/hardware_display_controller.h
|
| @@ -167,6 +167,7 @@ class HardwareDisplayController
|
| bool HasCrtc(uint32_t crtc) const;
|
| bool IsMirrored() const;
|
| bool IsDisabled() const;
|
| + gfx::Size GetModeSize() const;
|
|
|
| gfx::Point origin() const { return origin_; }
|
| void set_origin(const gfx::Point& origin) { origin_ = origin; }
|
|
|