| 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 44628b906f4f6ad1e204f6de2aafdafd05918ebb..3b5d6eb860827010deefa90034d4c577c209c0e4 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -137,10 +137,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost,
|
| virtual void LockBackingStore() OVERRIDE;
|
| virtual void UnlockBackingStore() OVERRIDE;
|
| #endif
|
| -#if defined(TOOLKIT_GTK)
|
| - virtual bool CopyFromBackingStoreToGtkWindow(const gfx::Rect& dest_rect,
|
| - GdkWindow* target) OVERRIDE;
|
| -#elif defined(OS_MACOSX)
|
| +#if defined(OS_MACOSX)
|
| virtual gfx::Size GetBackingStoreSize() OVERRIDE;
|
| virtual bool CopyFromBackingStoreToCGContext(const CGRect& dest_rect,
|
| CGContextRef target) OVERRIDE;
|
|
|