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

Unified Diff: chrome/browser/views/tabs/base_tab.h

Issue 3064006: Make the throbber and tab close button correctly respond to theme changes. T... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 | « chrome/browser/views/tab_icon_view.cc ('k') | chrome/browser/views/tabs/base_tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tabs/base_tab.h
===================================================================
--- chrome/browser/views/tabs/base_tab.h (revision 53716)
+++ chrome/browser/views/tabs/base_tab.h (working copy)
@@ -128,19 +128,9 @@
const gfx::Point& p,
bool is_mouse_gesture);
- // views::View overrides:
- virtual void ThemeChanged();
-
// Returns the bounds of the title.
virtual const gfx::Rect& title_bounds() const = 0;
- // Close button size.
- static int close_button_height() { return close_button_height_; }
- static int close_button_width() { return close_button_width_; }
-
- // Size (width/height) of the loading animation.
- static int loading_animation_size() { return loading_animation_size_; }
-
static gfx::Font* font() { return font_; }
static int font_height() { return font_height_; }
@@ -164,9 +154,6 @@
static void InitResources();
- // Invoked when the theme changes to reload theme images.
- static void LoadThemeImages();
-
// The controller.
// WARNING: this is null during detached tab dragging.
TabController* controller_;
@@ -208,13 +195,6 @@
bool should_display_crashed_favicon_;
- // Size of the close button.
- static int close_button_width_;
- static int close_button_height_;
-
- // Size of the loading animation frames.
- static int loading_animation_size_;
-
static gfx::Font* font_;
static int font_height_;
« no previous file with comments | « chrome/browser/views/tab_icon_view.cc ('k') | chrome/browser/views/tabs/base_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698