| Index: ui/base/default_theme_provider.h
|
| diff --git a/ui/base/default_theme_provider.h b/ui/base/default_theme_provider.h
|
| index d65b0d7b4908cf14738ee801885abccbd7a651df..2a6b4fe60bc412689ebadb60c72fa506b8ce2815 100644
|
| --- a/ui/base/default_theme_provider.h
|
| +++ b/ui/base/default_theme_provider.h
|
| @@ -40,8 +40,6 @@ class UI_BASE_EXPORT DefaultThemeProvider : public ThemeProvider {
|
| virtual NSColor* GetNSColor(int id) const OVERRIDE;
|
| virtual NSColor* GetNSColorTint(int id) const OVERRIDE;
|
| virtual NSGradient* GetNSGradient(int id) const OVERRIDE;
|
| -#elif defined(OS_POSIX) && !defined(TOOLKIT_VIEWS) && !defined(OS_ANDROID)
|
| - virtual GdkPixbuf* GetRTLEnabledPixbufNamed(int id) const OVERRIDE;
|
| #endif
|
|
|
| private:
|
|
|