| 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 740adc863ad57237542ce805c16e0e98fc97a939..114d48b641db4347bb66e3c5c35a21bfce5d0e45 100644
|
| --- a/chrome/browser/ui/gtk/gtk_theme_service.h
|
| +++ b/chrome/browser/ui/gtk/gtk_theme_service.h
|
| @@ -117,10 +117,6 @@ class GtkThemeService : public ThemeService {
|
| // Expose the inner label. Only used for testing.
|
| GtkWidget* fake_label() { return fake_label_.get(); }
|
|
|
| - // Same as above, but auto-mirrors the underlying pixbuf in RTL mode.
|
| - gfx::CairoCachedSurface* GetRTLEnabledSurfaceNamed(
|
| - 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);
|
|
|