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

Unified Diff: chrome/browser/gtk/tabs/tab_renderer_gtk.h

Issue 155701: Changes the width of pinned tabs to be slightly bigger. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/gtk/tabs/tab_renderer_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/tabs/tab_renderer_gtk.h
===================================================================
--- chrome/browser/gtk/tabs/tab_renderer_gtk.h (revision 20964)
+++ chrome/browser/gtk/tabs/tab_renderer_gtk.h (working copy)
@@ -295,15 +295,6 @@
static SkColor selected_title_color_;
static SkColor unselected_title_color_;
- // Preferred width of pinned tabs.
- static int pinned_tab_pref_width_;
-
- // When a non-pinned tab is pinned the width of the tab animates. If the
- // width of a pinned tab is >= pinned_tab_renderer_as_tab_width then the
- // tab is rendered as a normal tab. This is done to avoid having the title
- // immediately disappear when transitioning a tab from normal to pinned.
- static int pinned_tab_renderer_as_tab_width_;
-
// The GtkDrawingArea we draw the tab on.
OwnedWidgetGtk tab_;
« no previous file with comments | « no previous file | chrome/browser/gtk/tabs/tab_renderer_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698