Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index d449cd83114ce162a9cdadeaeca7e208b00d407a..63f2238ea91c1415c1a4de272ce5c8bd434a0300 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -160,10 +160,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
virtual RenderWidgetHostView* GetView() const OVERRIDE; |
virtual bool IsLoading() const OVERRIDE; |
virtual bool IsRenderView() const OVERRIDE; |
- virtual void PaintAtSize(TransportDIB::Handle dib_handle, |
- int tag, |
- const gfx::Size& page_size, |
- const gfx::Size& desired_size) OVERRIDE; |
virtual void Replace(const base::string16& word) OVERRIDE; |
virtual void ReplaceMisspelling(const base::string16& word) OVERRIDE; |
virtual void ResizeRectChanged(const gfx::Rect& new_rect) OVERRIDE; |
@@ -656,7 +652,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
void OnRequestMove(const gfx::Rect& pos); |
void OnSetTooltipText(const base::string16& tooltip_text, |
blink::WebTextDirection text_direction_hint); |
- void OnPaintAtSizeAck(int tag, const gfx::Size& size); |
#if defined(OS_MACOSX) |
void OnCompositorSurfaceBuffersSwapped( |
const ViewHostMsg_CompositorSurfaceBuffersSwapped_Params& params); |