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

Unified Diff: chrome/browser/views/old_frames/xp_frame.h

Issue 7155: Fix bug where a shelf or infobar would not be closed correctly when closing a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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
« no previous file with comments | « chrome/browser/views/old_frames/vista_frame.cc ('k') | chrome/browser/views/old_frames/xp_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/old_frames/xp_frame.h
===================================================================
--- chrome/browser/views/old_frames/xp_frame.h (revision 3362)
+++ chrome/browser/views/old_frames/xp_frame.h (working copy)
@@ -506,6 +506,9 @@
// Set during layout. Total height of the title bar.
int title_bar_height_;
+ // Whether this frame needs a layout or not.
+ bool needs_layout_;
+
static bool g_initialized;
static HCURSOR g_resize_cursors[4];
static SkBitmap** g_bitmaps;
« no previous file with comments | « chrome/browser/views/old_frames/vista_frame.cc ('k') | chrome/browser/views/old_frames/xp_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698