summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/tab_view.h')
-rw-r--r--chrome/browser/cocoa/tab_view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/tab_view.h b/chrome/browser/cocoa/tab_view.h
index 74689c7..73c6334 100644
--- a/chrome/browser/cocoa/tab_view.h
+++ b/chrome/browser/cocoa/tab_view.h
@@ -47,6 +47,10 @@ enum AlertState {
// TODO(rohitrao): Add this button to a CoreAnimation layer so we can fade it
// in and out on mouseovers.
IBOutlet HoverCloseButton* closeButton_;
+
+ // See awakeFromNib for purpose.
+ scoped_nsobject<HoverCloseButton> closeButtonRetainer_;
+
BOOL closing_;
// Tracking area for close button mouseover images.