| Index: content/browser/renderer_host/backing_store_gtk.h
|
| diff --git a/content/browser/renderer_host/backing_store_gtk.h b/content/browser/renderer_host/backing_store_gtk.h
|
| index 878c28d70762133be4a0fbfaa11f25a398ac228e..0e81597c0b6245cc30daa8c1186d44820ef07058 100644
|
| --- a/content/browser/renderer_host/backing_store_gtk.h
|
| +++ b/content/browser/renderer_host/backing_store_gtk.h
|
| @@ -49,9 +49,6 @@ class CONTENT_EXPORT BackingStoreGtk : public BackingStore {
|
| void XShowRect(const gfx::Point &origin, const gfx::Rect& damage,
|
| XID target);
|
|
|
| - // As above, but use Cairo instead of Xlib.
|
| - void CairoShowRect(const gfx::Rect& damage, GdkDrawable* drawable);
|
| -
|
| #if defined(TOOLKIT_GTK)
|
| // Paint the backing store into the target's |dest_rect|.
|
| void PaintToRect(const gfx::Rect& dest_rect, GdkDrawable* target);
|
|
|