Index: content/browser/renderer_host/backing_store.h |
=================================================================== |
--- content/browser/renderer_host/backing_store.h (revision 110571) |
+++ content/browser/renderer_host/backing_store.h (working copy) |
@@ -21,6 +21,10 @@ |
class Rect; |
} |
+namespace content { |
+class RenderProcessHost; |
+} |
+ |
namespace skia { |
class PlatformCanvas; |
} |
@@ -47,7 +51,7 @@ |
// the time it returns, in which case it will set |scheduled_callback| to |
// true and will call |callback| when completed. |
virtual void PaintToBackingStore( |
- RenderProcessHost* process, |
+ content::RenderProcessHost* process, |
TransportDIB::Id bitmap, |
const gfx::Rect& bitmap_rect, |
const std::vector<gfx::Rect>& copy_rects, |