Chromium Code Reviews| Index: views/controls/native/native_view_host_views.h | 
| =================================================================== | 
| --- views/controls/native/native_view_host_views.h (revision 88807) | 
| +++ views/controls/native/native_view_host_views.h (working copy) | 
| @@ -30,6 +30,7 @@ | 
| virtual void ShowWidget(int x, int y, int w, int h); | 
| virtual void HideWidget(); | 
| virtual void SetFocus(); | 
| + virtual gfx::NativeViewAccessible GetNativeViewAccessible(); | 
| private: | 
| // Our associated NativeViewHost. |