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

Unified Diff: ui/views/controls/native/native_view_host_mac.mm

Issue 2210763002: MacViews a11y: Sync VoiceOver cursor with keyboard focus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete view.* changes, other review comments. Created 4 years, 2 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/controls/native/native_view_host_mac.mm
diff --git a/ui/views/controls/native/native_view_host_mac.mm b/ui/views/controls/native/native_view_host_mac.mm
index 45a315736a4513b9db41411a30ff1b3edf746ece..fcab6547b48213be070c7aed11f54e1d32f810f9 100644
--- a/ui/views/controls/native/native_view_host_mac.mm
+++ b/ui/views/controls/native/native_view_host_mac.mm
@@ -139,7 +139,7 @@ void NativeViewHostMac::SetFocus() {
}
gfx::NativeViewAccessible NativeViewHostMac::GetNativeViewAccessible() {
- return NULL;
+ return native_view_;
tapted 2016/10/04 08:17:39 let's leave this off for now - there should be a n
Patti Lor 2016/10/05 05:47:23 Done.
}
gfx::NativeCursor NativeViewHostMac::GetCursor(int x, int y) {
« ui/views/cocoa/bridged_content_view.mm ('K') | « ui/views/cocoa/bridged_content_view.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698