Chromium Code Reviews| Index: views/controls/native/native_view_host_win.h |
| =================================================================== |
| --- views/controls/native/native_view_host_win.h (revision 88807) |
| +++ views/controls/native/native_view_host_win.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. |