Index: chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc |
diff --git a/chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc b/chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc |
index b565bde99088d7a7f3fb4270cff2ed8dd3fd296b..9e5dc1ba603072fc37acd5a8a44577ad13da30ba 100644 |
--- a/chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc |
+++ b/chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc |
@@ -13,6 +13,7 @@ |
AXRootObjWrapper::AXRootObjWrapper(int32 id) |
: id_(id), alert_window_(new aura::Window(NULL)) { |
+ alert_window_->Init(ui::LAYER_NOT_DRAWN); |
} |
AXRootObjWrapper::~AXRootObjWrapper() { |