| Index: chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| index e4f0e073ad972d5ff12185a566a45f10b1dabfd4..c8f2fb63d76b4edadeb7317ae37f27386f95920e 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| @@ -125,6 +125,9 @@ class EmptyAccessibilityDelegate : public ash::AccessibilityDelegate {
|
| return base::TimeDelta();
|
| }
|
|
|
| + void ComputeWorkAreaInsets(aura::Window* root_window,
|
| + gfx::Insets* out_insets) const override {}
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(EmptyAccessibilityDelegate);
|
| };
|
|
|