| Index: ui/gfx/monitor.h
|
| diff --git a/ui/gfx/monitor.h b/ui/gfx/monitor.h
|
| index ab6677a5c45cfd0993e0c9d9d6d91855bff9225d..6390cfef372e6428d26676e26e7c5eff60e86c69 100644
|
| --- a/ui/gfx/monitor.h
|
| +++ b/ui/gfx/monitor.h
|
| @@ -55,6 +55,9 @@ class UI_EXPORT Monitor {
|
| const Size& size() const { return bounds_.size(); }
|
| const Size& work_area_size() const { return work_area_.size(); }
|
|
|
| + // Returns the work area insets.
|
| + Insets GetWorkAreaInsets() const;
|
| +
|
| // Sets the device scale factor and monitor bounds in pixel. This
|
| // updates the work are using the same insets between old bounds and
|
| // work area.
|
|
|