Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: chrome/browser/render_widget_host_view_win.h

Issue 18637: More speedup of scrolling when many windowed plugins in a page. Scrolling is... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 'spell Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/render_widget_host_view_win.h
===================================================================
--- chrome/browser/render_widget_host_view_win.h (revision 8294)
+++ chrome/browser/render_widget_host_view_win.h (working copy)
@@ -209,6 +209,10 @@
// invoke it from the message loop.
void ShutdownHost();
+ // Redraws the window synchronously, and any child windows (i.e. plugins)
+ // asynchronously.
+ void Redraw(const gfx::Rect& invalid_rect);
+
// The associated Model.
RenderWidgetHost* render_widget_host_;

Powered by Google App Engine
This is Rietveld 408576698