| Index: content/browser/renderer_host/backing_store_win.cc
|
| diff --git a/content/browser/renderer_host/backing_store_win.cc b/content/browser/renderer_host/backing_store_win.cc
|
| index a884136a0d12be1b21df59a85924ba8cb7deb867..5327ab543abdadd68b2bc856348ba689ba39aa03 100644
|
| --- a/content/browser/renderer_host/backing_store_win.cc
|
| +++ b/content/browser/renderer_host/backing_store_win.cc
|
| @@ -69,7 +69,7 @@ void CallStretchDIBits(HDC hdc, int dest_x, int dest_y, int dest_w, int dest_h,
|
|
|
| } // namespace
|
|
|
| -BackingStoreWin::BackingStoreWin(RenderWidgetHost* widget,
|
| +BackingStoreWin::BackingStoreWin(content::RenderWidgetHost* widget,
|
| const gfx::Size& size)
|
| : BackingStore(widget, size),
|
| backing_store_dib_(NULL),
|
|
|