| Index: chrome/browser/renderer_host/backing_store_win.cc
|
| diff --git a/chrome/browser/renderer_host/backing_store_win.cc b/chrome/browser/renderer_host/backing_store_win.cc
|
| index dcc1ad46e94b00bd823d4c1009366ba9b45c1c3b..c4a551080ae2dcf4c6674753e5985dc05b2dabf2 100644
|
| --- a/chrome/browser/renderer_host/backing_store_win.cc
|
| +++ b/chrome/browser/renderer_host/backing_store_win.cc
|
| @@ -30,7 +30,7 @@ BackingStore::~BackingStore() {
|
| }
|
| }
|
|
|
| -bool BackingStore::PaintRect(base::ProcessHandle process,
|
| +void BackingStore::PaintRect(base::ProcessHandle process,
|
| TransportDIB* bitmap,
|
| const gfx::Rect& bitmap_rect) {
|
| if (!backing_store_dib_) {
|
| @@ -62,8 +62,6 @@ bool BackingStore::PaintRect(base::ProcessHandle process,
|
| reinterpret_cast<BITMAPINFO*>(&hdr),
|
| DIB_RGB_COLORS,
|
| SRCCOPY);
|
| -
|
| - return true;
|
| }
|
|
|
| void BackingStore::ScrollRect(base::ProcessHandle process,
|
|
|