summaryrefslogtreecommitdiffstats
path: root/views/controls/native/native_view_host_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/native/native_view_host_gtk.cc')
-rw-r--r--views/controls/native/native_view_host_gtk.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/controls/native/native_view_host_gtk.cc b/views/controls/native/native_view_host_gtk.cc
index fedbc416..833e4b4 100644
--- a/views/controls/native/native_view_host_gtk.cc
+++ b/views/controls/native/native_view_host_gtk.cc
@@ -256,6 +256,10 @@ void NativeViewHostGtk::SetFocus() {
gtk_widget_grab_focus(host_->native_view());
}
+gfx::NativeViewAccessible NativeViewHostGtk::GetNativeViewAccessible() {
+ return NULL;
+}
+
////////////////////////////////////////////////////////////////////////////////
// NativeViewHostGtk, private: