Index: content/browser/renderer_host/render_widget_host_view_aura.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h |
index 245105fc06c0b4c92cf311a9158a7ffd83c4bf47..39457090871f499f8dd4ecd7d8fc48cf509ce29a 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.h |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
@@ -207,11 +207,6 @@ class CONTENT_EXPORT RenderWidgetHostViewAura |
cc::SurfaceId original_surface, |
gfx::Point* transformed_point) override; |
-#if defined(OS_WIN) |
- void SetParentNativeViewAccessible( |
- gfx::NativeViewAccessible accessible_parent) override; |
-#endif |
- |
// Overridden from ui::TextInputClient: |
void SetCompositionText(const ui::CompositionText& composition) override; |
void ConfirmCompositionText() override; |