Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1125)

Unified Diff: content/browser/renderer_host/backing_store_gtk.h

Issue 16958009: Remove BackingStoreGtk::CairoShowRect(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/backing_store_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | content/browser/renderer_host/backing_store_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698