| Index: views/controls/native/native_view_host_gtk.cc
|
| ===================================================================
|
| --- views/controls/native/native_view_host_gtk.cc (revision 88807)
|
| +++ views/controls/native/native_view_host_gtk.cc (working copy)
|
| @@ -256,6 +256,10 @@
|
| gtk_widget_grab_focus(host_->native_view());
|
| }
|
|
|
| +gfx::NativeViewAccessible NativeViewHostGtk::GetNativeViewAccessible() {
|
| + return NULL;
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // NativeViewHostGtk, private:
|
|
|
|
|