Chromium Code Reviews| 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) { |