| 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 019c5200ec51fed2da25bff1cca05bcad7c4fd8b..d217201825619c7da9fe873f519efb82036a7cc4 100644
|
| --- a/ui/base/resource/resource_bundle_gtk.cc
|
| +++ b/ui/base/resource/resource_bundle_gtk.cc
|
| @@ -94,4 +94,8 @@ GdkPixbuf* ResourceBundle::GetRTLEnabledPixbufNamed(int resource_id) {
|
| return *GetPixbufImpl(resource_id, true);
|
| }
|
|
|
| +gfx::Image& ResourceBundle::GetRTLEnabledImageNamed(int resource_id) {
|
| + return *GetPixbufImpl(resource_id, true);
|
| +}
|
| +
|
| } // namespace ui
|
|
|