summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/browser_window_gtk.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 03:11:02 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-01 03:11:02 +0000
commit2c38d09b84e0e9fec40dec19aff16c36e976ac3e (patch)
tree581cdf62fcf430939260e7005c70ed4176591c4f /chrome/browser/gtk/browser_window_gtk.h
parent7bf078ea32f50955e40c5e05b7bcb7a3d8121a61 (diff)
downloadchromium_src-2c38d09b84e0e9fec40dec19aff16c36e976ac3e.zip
chromium_src-2c38d09b84e0e9fec40dec19aff16c36e976ac3e.tar.gz
chromium_src-2c38d09b84e0e9fec40dec19aff16c36e976ac3e.tar.bz2
Don't try to optimize out browser window reshapes.
The optimization failed to account for the possiblity of consecutive reshapes with different sizes. Instead of making the optimization smarter, just get rid of it, as it isn't clear it helps anything. BUG=none TEST=resize browser with custom frame on. Review URL: http://codereview.chromium.org/151132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19703 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/browser_window_gtk.h')
-rw-r--r--chrome/browser/gtk/browser_window_gtk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/gtk/browser_window_gtk.h b/chrome/browser/gtk/browser_window_gtk.h
index ea734a3..458858a 100644
--- a/chrome/browser/gtk/browser_window_gtk.h
+++ b/chrome/browser/gtk/browser_window_gtk.h
@@ -288,9 +288,6 @@ class BrowserWindowGtk : public BrowserWindow,
// decorations.
BooleanPrefMember use_custom_frame_;
- // Used to avoid setting the custom window shape more often than necessary.
- bool showing_custom_window_shape_;
-
#if defined(LINUX2)
// True if a drag is active. See description above setter for details.
bool drag_active_;