| 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.
|
|
|