| Index: chrome/browser/renderer_host/render_widget_host_view_win.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host_view_win.h (revision 9328)
|
| +++ chrome/browser/renderer_host/render_widget_host_view_win.h (working copy)
|
| @@ -213,6 +213,10 @@
|
| // asynchronously.
|
| void Redraw(const gfx::Rect& invalid_rect);
|
|
|
| + // Draw the resize corner bitmap on top of the given HDC, if it intersects the
|
| + // given paint rect.
|
| + void DrawResizeCorner(const gfx::Rect& paint_rect, HDC dc);
|
| +
|
| // The associated Model.
|
| RenderWidgetHost* render_widget_host_;
|
|
|
|
|