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

Unified Diff: chrome/browser/cocoa/tabpose_window.h

Issue 3159001: Mac tabpose: Add favicons and titles. (Closed)
Patch Set: comments Created 10 years, 4 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/cocoa/tabpose_window.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/tabpose_window.h
diff --git a/chrome/browser/cocoa/tabpose_window.h b/chrome/browser/cocoa/tabpose_window.h
index bbcbf628d630f50483edb7bfb1c3592f14adc495..6e5893e4e1185faa2bc418dc91722f1c7beb9473 100644
--- a/chrome/browser/cocoa/tabpose_window.h
+++ b/chrome/browser/cocoa/tabpose_window.h
@@ -61,6 +61,9 @@ class TabStripModel;
// the tabstrip model.
scoped_nsobject<NSArray> allThumbnailLayers_;
+ scoped_nsobject<NSArray> allFaviconLayers_;
+ scoped_nsobject<NSArray> allTitleLayers_;
+
// Manages the state of all layers.
scoped_ptr<tabpose::TileSet> tileSet_;
}
« no previous file with comments | « no previous file | chrome/browser/cocoa/tabpose_window.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698