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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_win.h

Issue 3547008: Handle resize corner layout entirely in the platform BrowserWindow*/BrowserView* code... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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/renderer_host/render_widget_host_view_win.h
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view_win.h (revision 64775)
+++ chrome/browser/renderer_host/render_widget_host_view_win.h (working copy)
@@ -250,10 +250,6 @@
// asynchronously.
void Redraw();
- // 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);
-
// Draw our background over the given HDC in the given |rect|. The background
// will be tiled such that it lines up with existing tiles starting from the
// origin of |dc|.

Powered by Google App Engine
This is Rietveld 408576698