| 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_;
|
|
|
|
|