| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| index c26ff96015ef923e8f93d3fda1f5c94ef63a4050..6a5d5f19216f0231f7379f9382721d2d14ce25ef 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| @@ -104,6 +104,7 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
|
| virtual const Widget* GetWidget() const OVERRIDE;
|
| virtual gfx::NativeView GetNativeView() const OVERRIDE;
|
| virtual gfx::NativeWindow GetNativeWindow() const OVERRIDE;
|
| + virtual gfx::NativeViewAccessible GetNativeViewAccessible() const OVERRIDE;
|
| virtual Widget* GetTopLevelWidget() OVERRIDE;
|
| virtual const ui::Compositor* GetCompositor() const OVERRIDE;
|
| virtual ui::Compositor* GetCompositor() OVERRIDE;
|
|
|