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

Unified Diff: chrome/browser/ui/gtk/tabs/tab_gtk.h

Issue 8392011: GTK: Step 1 of tab strip refresh. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase to ToT again. Created 9 years, 2 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
Index: chrome/browser/ui/gtk/tabs/tab_gtk.h
diff --git a/chrome/browser/ui/gtk/tabs/tab_gtk.h b/chrome/browser/ui/gtk/tabs/tab_gtk.h
index 9f0be603bc500387a65f18011aa85c2cbec9eba0..f811eed9eff968f294a2be68538925360468f764 100644
--- a/chrome/browser/ui/gtk/tabs/tab_gtk.h
+++ b/chrome/browser/ui/gtk/tabs/tab_gtk.h
@@ -87,7 +87,7 @@ class TabGtk : public TabRendererGtk,
virtual bool HasAvailableDragActions() const = 0;
// Returns the theme provider for icons and colors.
- virtual ThemeService* GetThemeProvider() = 0;
+ virtual GtkThemeService* GetThemeProvider() = 0;
// Returns a context menu controller for |tab|. Caller takes ownership of
// the pointed object.

Powered by Google App Engine
This is Rietveld 408576698