| Index: ui/base/theme_provider.h
|
| diff --git a/ui/base/theme_provider.h b/ui/base/theme_provider.h
|
| index 64da6ca7e4d6916db4528e7202731b2548a9e882..1d76bdf9e6ef8e9af9326281226da515f12bb73f 100644
|
| --- a/ui/base/theme_provider.h
|
| +++ b/ui/base/theme_provider.h
|
| @@ -100,7 +100,7 @@ class UI_EXPORT ThemeProvider {
|
|
|
| // Gets the NSGradient with the specified |id|.
|
| virtual NSGradient* GetNSGradient(int id) const = 0;
|
| -#elif defined(OS_POSIX) && !defined(TOOLKIT_VIEWS)
|
| +#elif defined(OS_POSIX) && !defined(TOOLKIT_VIEWS) && !defined(OS_ANDROID)
|
| // Gets the GdkPixbuf with the specified |id|. Returns a pointer to a shared
|
| // instance of the GdkPixbuf. This shared GdkPixbuf is owned by the theme
|
| // provider and should not be freed.
|
|
|