Index: content/browser/renderer_host/render_widget_host_view_base.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_base.h b/content/browser/renderer_host/render_widget_host_view_base.h |
index a95f1ccf4891ed046d518b46a9bcd5b229eed329..c47ba7a7eebbd0d86a1eda3daab62241251584c0 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_base.h |
+++ b/content/browser/renderer_host/render_widget_host_view_base.h |
@@ -311,8 +311,6 @@ class CONTENT_EXPORT RenderWidgetHostViewBase : public RenderWidgetHostView, |
// Gets the bounds of the window, in screen coordinates. |
virtual gfx::Rect GetBoundsInRootWindow() = 0; |
- virtual gfx::GLSurfaceHandle GetCompositingSurface() = 0; |
- |
// Called by the RenderFrameHost when it receives an IPC response to a |
// TextSurroundingSelectionRequest. |
virtual void OnTextSurroundingSelectionResponse(const base::string16& content, |