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

Unified Diff: ui/native_theme/native_theme_mac.h

Issue 1819443002: MacViews: draw combobox arrow backgrounds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: ui/native_theme/native_theme_mac.h
diff --git a/ui/native_theme/native_theme_mac.h b/ui/native_theme/native_theme_mac.h
index 6fe3f61d1c47405df19cfb0d264944203507b706..42efa70005e01b31f1f986b25ee83229daa8441c 100644
--- a/ui/native_theme/native_theme_mac.h
+++ b/ui/native_theme/native_theme_mac.h
@@ -29,6 +29,10 @@ class NATIVE_THEME_EXPORT NativeThemeMac : public NativeThemeBase {
State state,
const gfx::Rect& rect,
const MenuItemExtraParams& menu_item) const override;
+ void PaintComboboxArrowBackground(
+ SkCanvas* canvas,
+ State state,
+ const gfx::Rect& rect) const override;
private:
NativeThemeMac();

Powered by Google App Engine
This is Rietveld 408576698