| 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..1b62266ac7ed0766853d592c1395e14a18c174d3 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
|
| @@ -125,6 +125,10 @@ class EmptyAccessibilityDelegate : public ash::AccessibilityDelegate {
|
| return base::TimeDelta();
|
| }
|
|
|
| + gfx::Insets GetWorkAreaInsets(aura::Window* root_window) const override {
|
| + return gfx::Insets();
|
| + }
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(EmptyAccessibilityDelegate);
|
| };
|
|
|