Index: content/browser/renderer_host/backing_store_gtk.h |
=================================================================== |
--- content/browser/renderer_host/backing_store_gtk.h (revision 110571) |
+++ content/browser/renderer_host/backing_store_gtk.h (working copy) |
@@ -19,6 +19,7 @@ |
class Rect; |
} // namespace gfx |
+ |
typedef struct _GdkDrawable GdkDrawable; |
class CONTENT_EXPORT BackingStoreGtk : public BackingStore { |
@@ -58,7 +59,7 @@ |
// BackingStore implementation. |
virtual size_t MemorySize() OVERRIDE; |
virtual void PaintToBackingStore( |
- RenderProcessHost* process, |
+ content::RenderProcessHost* process, |
TransportDIB::Id bitmap, |
const gfx::Rect& bitmap_rect, |
const std::vector<gfx::Rect>& copy_rects, |