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

Unified Diff: chrome/browser/ui/libgtk2ui/gtk2_ui.h

Issue 2135353002: Linux: Add support for custom cursor themes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/ui/libgtk2ui/gtk2_ui.cc » ('j') | chrome/browser/ui/libgtk2ui/gtk2_ui.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtk2ui/gtk2_ui.h
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.h b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
index cd5d8af9dd154cfbc93de583ce8833864650b035..fa7f2688ec036b094a1ac49b19dd484d10785e0c 100644
--- a/chrome/browser/ui/libgtk2ui/gtk2_ui.h
+++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
@@ -134,6 +134,9 @@ class Gtk2UI : 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();
+
// Updates colors if necessary after possible modification of command line.
// TODO(varkha): This should not be necessary once Material Design is on
// unconditionally.
« no previous file with comments | « no previous file | chrome/browser/ui/libgtk2ui/gtk2_ui.cc » ('j') | chrome/browser/ui/libgtk2ui/gtk2_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698