| Index: ui/base/resource/resource_bundle_gtk.cc
|
| diff --git a/ui/base/resource/resource_bundle_gtk.cc b/ui/base/resource/resource_bundle_gtk.cc
|
| index cf8d351502d397fcd206461d1942ce9fb0590c7b..7442a743c054a94297ab0a2d57e4cf7fe262ca74 100644
|
| --- a/ui/base/resource/resource_bundle_gtk.cc
|
| +++ b/ui/base/resource/resource_bundle_gtk.cc
|
| @@ -91,7 +91,7 @@ gfx::Image* ResourceBundle::GetPixbufImpl(int resource_id, bool rtl_enabled) {
|
| }
|
|
|
| GdkPixbuf* ResourceBundle::GetRTLEnabledPixbufNamed(int resource_id) {
|
| - return *GetPixbufImpl(resource_id, true);
|
| + return GetPixbufImpl(resource_id, true)->ToGdkPixbuf();
|
| }
|
|
|
| gfx::Image& ResourceBundle::GetRTLEnabledImageNamed(int resource_id) {
|
|
|