Index: chrome/browser/renderer_host/backing_store_x.h |
=================================================================== |
--- chrome/browser/renderer_host/backing_store_x.h (revision 65168) |
+++ chrome/browser/renderer_host/backing_store_x.h (working copy) |
@@ -53,8 +53,7 @@ |
RenderProcessHost* process, |
TransportDIB::Id bitmap, |
const gfx::Rect& bitmap_rect, |
- const std::vector<gfx::Rect>& copy_rects, |
- bool* painted_synchronously); |
+ const std::vector<gfx::Rect>& copy_rects); |
virtual bool CopyFromBackingStore(const gfx::Rect& rect, |
skia::PlatformCanvas* output); |
virtual void ScrollBackingStore(int dx, int dy, |