| Index: ui/aura/screen_aura.h
|
| diff --git a/ui/aura/screen_aura.h b/ui/aura/screen_aura.h
|
| index b2a9f4c22b75103701d945c9e9549d5d825685e1..e27b4623ff632f296ca98554c0561bf188afb9f6 100644
|
| --- a/ui/aura/screen_aura.h
|
| +++ b/ui/aura/screen_aura.h
|
| @@ -23,6 +23,7 @@ class AURA_EXPORT ScreenAura : public gfx::Screen {
|
| void set_work_area_insets(const gfx::Insets& insets) {
|
| work_area_insets_ = insets;
|
| }
|
| + const gfx::Insets& work_area_insets() const { return work_area_insets_; }
|
|
|
| protected:
|
| virtual gfx::Point GetCursorScreenPointImpl() OVERRIDE;
|
|
|