| Index: chrome/browser/ui/gtk/gtk_theme_service.h
|
| diff --git a/chrome/browser/ui/gtk/gtk_theme_service.h b/chrome/browser/ui/gtk/gtk_theme_service.h
|
| index 96538e83b4842badcd8f22d7bdac720027141443..6cf637bd6f975b02d69069c2a5d6e9bc10e5c412 100644
|
| --- a/chrome/browser/ui/gtk/gtk_theme_service.h
|
| +++ b/chrome/browser/ui/gtk/gtk_theme_service.h
|
| @@ -116,24 +116,10 @@ class GtkThemeService : public ThemeService {
|
| // Expose the inner label. Only used for testing.
|
| GtkWidget* fake_label() { return fake_label_.get(); }
|
|
|
| - // Returns a CairoCachedSurface for a particular Display. CairoCachedSurfaces
|
| - // (hopefully) live on the X server, instead of the client so we don't have
|
| - // to send the image to the server on each expose.
|
| - gfx::CairoCachedSurface* GetSurfaceNamed(
|
| - int id, GtkWidget* widget_on_display);
|
| -
|
| // Same as above, but auto-mirrors the underlying pixbuf in RTL mode.
|
| gfx::CairoCachedSurface* GetRTLEnabledSurfaceNamed(
|
| int id, GtkWidget* widget_on_display);
|
|
|
| - // Same as above, but gets the resource from the ResourceBundle instead of the
|
| - // ThemeService.
|
| - // NOTE: Never call this with resource IDs that are ever passed to the above
|
| - // two functions! Depending on which call comes first, all callers will
|
| - // either get the themed or the unthemed version.
|
| - gfx::CairoCachedSurface* GetUnthemedSurfaceNamed(
|
| - int id, GtkWidget* widget_on_display);
|
| -
|
| // A way to get a cached cairo surface for the equivalent of GetFolderIcon()
|
| // or GetDefaultFavicon(). Uses the ids defined in CairoDefaultIcon.
|
| gfx::CairoCachedSurface* GetCairoIcon(int id, GtkWidget* widget_on_display);
|
|
|