summaryrefslogtreecommitdiff
path: root/chromium/ui/base/resource/resource_bundle_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/base/resource/resource_bundle_win.cc')
-rw-r--r--chromium/ui/base/resource/resource_bundle_win.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/chromium/ui/base/resource/resource_bundle_win.cc b/chromium/ui/base/resource/resource_bundle_win.cc
index 6792870be96..4546b66fcd7 100644
--- a/chromium/ui/base/resource/resource_bundle_win.cc
+++ b/chromium/ui/base/resource/resource_bundle_win.cc
@@ -37,10 +37,7 @@ void ResourceBundle::LoadCommonResources() {
LoadChromeResources();
}
-gfx::Image& ResourceBundle::GetNativeImageNamed(int resource_id, ImageRTL rtl) {
- // Flipped image is not used on Windows.
- DCHECK_EQ(rtl, RTL_DISABLED);
-
+gfx::Image& ResourceBundle::GetNativeImageNamed(int resource_id) {
// Windows only uses SkBitmap for gfx::Image, so this is the same as
// GetImageNamed.
return GetImageNamed(resource_id);