diff options
Diffstat (limited to 'content/browser/renderer_host/test_backing_store.cc')
-rw-r--r-- | content/browser/renderer_host/test_backing_store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/test_backing_store.cc b/content/browser/renderer_host/test_backing_store.cc index f45d35a..4f14eb9 100644 --- a/content/browser/renderer_host/test_backing_store.cc +++ b/content/browser/renderer_host/test_backing_store.cc @@ -13,7 +13,7 @@ TestBackingStore::~TestBackingStore() { } void TestBackingStore::PaintToBackingStore( - RenderProcessHost* process, + content::RenderProcessHost* process, TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, |