diff options
Diffstat (limited to 'views/controls/native/native_view_host_views.h')
-rw-r--r-- | views/controls/native/native_view_host_views.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/controls/native/native_view_host_views.h b/views/controls/native/native_view_host_views.h index 891cf49..cd9f96b 100644 --- a/views/controls/native/native_view_host_views.h +++ b/views/controls/native/native_view_host_views.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -30,6 +30,7 @@ class NativeViewHostViews : public NativeViewHostWrapper { 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. |