| Index: ui/views/widget/native_widget_aura.h
|
| diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h
|
| index a1f62d8516e0a9e7a0d2c94be4eec751513f937d..7b34760c72160a84fe120f1a8cc0921791cec9bf 100644
|
| --- a/ui/views/widget/native_widget_aura.h
|
| +++ b/ui/views/widget/native_widget_aura.h
|
| @@ -58,6 +58,7 @@ class VIEWS_EXPORT NativeWidgetAura
|
| 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;
|
|
|