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

Unified Diff: chrome/browser/gtk/gtk_theme_provider.h

Issue 159157: gtk: Make GtkThemeProvider own the gtk label widget. The widget is not added... (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/gtk_theme_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/gtk_theme_provider.h
===================================================================
--- chrome/browser/gtk/gtk_theme_provider.h (revision 21211)
+++ chrome/browser/gtk/gtk_theme_provider.h (working copy)
@@ -9,6 +9,7 @@
#include "chrome/browser/browser_theme_provider.h"
#include "chrome/common/notification_observer.h"
+#include "chrome/common/owned_widget_gtk.h"
#include "skia/ext/skia_utils.h"
@@ -93,7 +94,7 @@
// GtkWidgets that exist only so we can look at their properties (and take
// their colors).
GtkWidget* fake_window_;
- GtkWidget* fake_label_;
+ OwnedWidgetGtk fake_label_;
// A list of all GtkChromeButton instances. We hold on to these to notify
// them of theme changes.
Property changes on: chrome/browser/gtk/gtk_theme_provider.h
___________________________________________________________________
Name: svn:eol-style
+ LF
« no previous file with comments | « no previous file | chrome/browser/gtk/gtk_theme_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698