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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.h

Issue 9307018: Linux: make BrowserWindowGtk's window reconfigure timer more transparent to tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/browser_window_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/browser_window_gtk.h
===================================================================
--- chrome/browser/ui/gtk/browser_window_gtk.h (revision 119942)
+++ chrome/browser/ui/gtk/browser_window_gtk.h (working copy)
@@ -454,6 +454,10 @@
// The position and size of the current window.
gfx::Rect bounds_;
+ // The configure bounds of the current window, used to figure out whether to
+ // ignore later configure events. See OnConfigure() for more information.
+ gfx::Rect configure_bounds_;
+
// The position and size of the non-maximized, non-fullscreen window.
gfx::Rect restored_bounds_;
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/browser_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698