Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: chrome/browser/ui/libgtk2ui/gtk2_ui.cc

Issue 1971463002: Get rid of some lingering MD-specific raster assets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: msw review Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/libgtk2ui/gtk2_ui.cc
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
index 433fc9d4d83d0bfde30aa3cfcb4774426a32410d..6dd25ffa99761ba91a47f4edbe6934fa853a13af 100644
--- a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
+++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
@@ -1168,7 +1168,6 @@ SkBitmap Gtk2UI::GenerateGtkThemeBitmap(int id) const {
// ResourceBundle. (i.e. in a light on dark theme, the dropdown arrow will
// be dark on dark)
case IDR_MENU_DROPARROW:
- case IDR_BROWSER_ACTIONS_OVERFLOW:
return GenerateTintedIcon(id, button_tint_);
}

Powered by Google App Engine
This is Rietveld 408576698