Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc

Issue 420653003: MacViews: Accessibility bridge (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2nd draft, based on 423513005 Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
index 9d1861e41db23fb1956fcc03e03065064455200c..c9ed5bb32f5b1c95981f13fb7844431edea5499f 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
@@ -574,6 +574,11 @@ gfx::NativeWindow DesktopNativeWidgetAura::GetNativeWindow() const {
return content_window_;
}
+gfx::NativeViewAccessible NativeWidgetMac::GetNativeViewAccessible() const {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+
Widget* DesktopNativeWidgetAura::GetTopLevelWidget() {
return GetWidget();
}

Powered by Google App Engine
This is Rietveld 408576698