| Index: ui/wm/core/shadow_unittest.cc
|
| diff --git a/ui/wm/core/shadow_unittest.cc b/ui/wm/core/shadow_unittest.cc
|
| index 14236874cab27c79b73b3b5f5adcd8c96cfb8b82..eb00d22b3cf7fddc46ef8c3593df094086eb5e69 100644
|
| --- a/ui/wm/core/shadow_unittest.cc
|
| +++ b/ui/wm/core/shadow_unittest.cc
|
| @@ -60,8 +60,7 @@ class MockResourceBundleDelegate : public ui::ResourceBundle::Delegate {
|
| return gfx::Image();
|
| }
|
| }
|
| - gfx::Image GetNativeImageNamed(int resource_id,
|
| - ui::ResourceBundle::ImageRTL rtl) override {
|
| + gfx::Image GetNativeImageNamed(int resource_id) override {
|
| return gfx::Image();
|
| }
|
| base::RefCountedStaticMemory* LoadDataResourceBytes(
|
|
|