Index: views/controls/native/native_view_host_gtk.h |
=================================================================== |
--- views/controls/native/native_view_host_gtk.h (revision 88807) |
+++ views/controls/native/native_view_host_gtk.h (working copy) |
@@ -38,6 +38,7 @@ |
virtual void ShowWidget(int x, int y, int w, int h); |
virtual void HideWidget(); |
virtual void SetFocus(); |
+ virtual gfx::NativeViewAccessible GetNativeViewAccessible(); |
private: |
// Create and Destroy the GtkFixed that performs clipping on our hosted |