Index: content/browser/renderer_host/render_widget_host_delegate.h |
diff --git a/content/browser/renderer_host/render_widget_host_delegate.h b/content/browser/renderer_host/render_widget_host_delegate.h |
index 9d20ade40ed8024f7ab1a40fc388d8fdd920a073..d80d502bc0869d898efef0a22347be14e3b1a19e 100644 |
--- a/content/browser/renderer_host/render_widget_host_delegate.h |
+++ b/content/browser/renderer_host/render_widget_host_delegate.h |
@@ -168,10 +168,6 @@ class CONTENT_EXPORT RenderWidgetHostDelegate { |
// Notification that the widget has lost the mouse lock. |
virtual void LostMouseLock(RenderWidgetHostImpl* render_widget_host) {} |
-#if defined(OS_WIN) |
- virtual gfx::NativeViewAccessible GetParentNativeViewAccessible(); |
-#endif |
- |
// Called when the widget has sent a compositor proto. This is used in Btlimp |
// mode with the RemoteChannel compositor. |
virtual void ForwardCompositorProto(RenderWidgetHostImpl* render_widget_host, |