diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-10 21:57:00 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-10 21:57:00 +0000 |
commit | b1829e7e4bd967da34601b1fae5172f7fc457e79 (patch) | |
tree | 200f1296993d4be5ac9060ee965ce4e6e26bba71 /chrome/browser/renderer_host/render_widget_host.h | |
parent | d106b314c82483aa04d2c638f369dbe3ef4ca82d (diff) | |
download | chromium_src-b1829e7e4bd967da34601b1fae5172f7fc457e79.zip chromium_src-b1829e7e4bd967da34601b1fae5172f7fc457e79.tar.gz chromium_src-b1829e7e4bd967da34601b1fae5172f7fc457e79.tar.bz2 |
Revert 18090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18092 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/renderer_host/render_widget_host.h')
-rw-r--r-- | chrome/browser/renderer_host/render_widget_host.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/renderer_host/render_widget_host.h b/chrome/browser/renderer_host/render_widget_host.h index 886bd2c..8ac2376 100644 --- a/chrome/browser/renderer_host/render_widget_host.h +++ b/chrome/browser/renderer_host/render_widget_host.h @@ -328,10 +328,9 @@ class RenderWidgetHost : public IPC::Channel::Listener { void OnMsgShowPopup(const IPC::Message& message); // Paints the given bitmap to the current backing store at the given location. - void PaintBackingStoreRects(TransportDIB* bitmap, - const gfx::Rect& bitmap_rect, - const std::vector<gfx::Rect>& paint_rects, - const gfx::Size& view_size); + void PaintBackingStoreRect(TransportDIB* dib, + const gfx::Rect& bitmap_rect, + const gfx::Size& view_size); // Scrolls the given |clip_rect| in the backing by the given dx/dy amount. The // |dib| and its corresponding location |bitmap_rect| in the backing store |