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

Unified Diff: chrome/browser/ui/libgtkui/gtk_ui.h

Issue 2663993002: Gtk: Refactor LoadGtkValues (Closed)
Patch Set: Created 3 years, 11 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/ui/libgtkui/gtk_ui.cc » ('j') | chrome/browser/ui/libgtkui/gtk_ui.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtkui/gtk_ui.h
diff --git a/chrome/browser/ui/libgtkui/gtk_ui.h b/chrome/browser/ui/libgtkui/gtk_ui.h
index 330232782f25bcc6de56d175799b3de8e250b51b..a0662515933922c00a5ae7e3f32b038a4f292b40 100644
--- a/chrome/browser/ui/libgtkui/gtk_ui.h
+++ b/chrome/browser/ui/libgtkui/gtk_ui.h
@@ -119,8 +119,8 @@ class GtkUi : public views::LinuxUI {
// ThemeService interface and the colors we send to webkit.
void LoadGtkValues();
- // Initialize the Xcursor theme and size with the GTK theme and size.
- void LoadCursorTheme();
+ // Sets the Xcursor theme and size with the GTK theme and size.
+ void UpdateCursorTheme();
// Reads in explicit theme frame colors from the ChromeGtkFrame style class
// or generates them per our fallback algorithm.
« no previous file with comments | « no previous file | chrome/browser/ui/libgtkui/gtk_ui.cc » ('j') | chrome/browser/ui/libgtkui/gtk_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698