Index: ui/views/controls/native/native_view_host.cc |
diff --git a/ui/views/controls/native/native_view_host.cc b/ui/views/controls/native/native_view_host.cc |
index 736ff6125b9ea17d82599d8e2308de1d201c351e..d30e28511676f5f3a3848918ad30278ad84ad63d 100644 |
--- a/ui/views/controls/native/native_view_host.cc |
+++ b/ui/views/controls/native/native_view_host.cc |
@@ -163,8 +163,7 @@ std::string NativeViewHost::GetClassName() const { |
void NativeViewHost::OnFocus() { |
native_wrapper_->SetFocus(); |
- GetWidget()->NotifyAccessibilityEvent( |
- this, ui::AccessibilityTypes::EVENT_FOCUS, true); |
+ NotifyAccessibilityEvent(ui::AccessibilityTypes::EVENT_FOCUS, true); |
} |
gfx::NativeViewAccessible NativeViewHost::GetNativeViewAccessible() { |