Chromium Code Reviews| Index: ash/shell.h |
| diff --git a/ash/shell.h b/ash/shell.h |
| index 155d33947de370ec3634c10be1bb426357eb02b6..f65e6da28c8ff4e772bf05eb482365bc5038aab5 100644 |
| --- a/ash/shell.h |
| +++ b/ash/shell.h |
| @@ -493,6 +493,8 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, |
| initially_hide_cursor_ = hide; |
| } |
| + static bool initially_hide_cursor() { return initially_hide_cursor_; } |
| + |
| ResizeShadowController* resize_shadow_controller() { |
| return resize_shadow_controller_.get(); |
| } |