Index: chrome/browser/ui/cocoa/tabpose_window.h |
diff --git a/chrome/browser/ui/cocoa/tabpose_window.h b/chrome/browser/ui/cocoa/tabpose_window.h |
index b798bccb476df052576edd88bc7dd1dd311be266..d8ec0a25555a2b2e29095b02921daed7eda0c87e 100644 |
--- a/chrome/browser/ui/cocoa/tabpose_window.h |
+++ b/chrome/browser/ui/cocoa/tabpose_window.h |
@@ -73,6 +73,13 @@ class TabStripModelObserverBridge; |
// Informs us of added/removed/updated tabs. |
scoped_ptr<TabStripModelObserverBridge> tabStripModelObserverBridge_; |
+ |
+ // The icon used for the closebutton layers. |
+ base::mac::ScopedCFTypeRef<CGImageRef> closeIcon_; |
+ |
+ // True if all close layers should be shown (as opposed to just the close |
+ // layer of the currently selected thumbnail). |
+ BOOL showAllCloseLayers_; |
} |
// Shows a TabposeWindow on top of |parent|, with |rect| being the active area. |