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

Unified Diff: ui/native_theme/common_theme.h

Issue 1817613002: MacViews: draw Mac combobox arrows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove noop image_bounds Created 4 years, 8 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
« no previous file with comments | « ui/gfx/vector_icons/combobox_arrow_mac.icon ('k') | ui/native_theme/common_theme.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/common_theme.h
diff --git a/ui/native_theme/common_theme.h b/ui/native_theme/common_theme.h
index eba9cc2ecb47b1f714d31b3d0a8c2cf8f7157c25..48edf85561f18c81e7580cdf9c93ee16f123895b 100644
--- a/ui/native_theme/common_theme.h
+++ b/ui/native_theme/common_theme.h
@@ -24,15 +24,6 @@ namespace ui {
SkColor NATIVE_THEME_EXPORT GetAuraColor(NativeTheme::ColorId color_id,
const NativeTheme* base_theme);
-gfx::Size NATIVE_THEME_EXPORT CommonThemeGetPartSize(
- NativeTheme::Part part,
- NativeTheme::State state,
- const NativeTheme::ExtraParams& extra);
-
-void NATIVE_THEME_EXPORT CommonThemePaintComboboxArrow(
- SkCanvas* canvas,
- const gfx::Rect& rect);
-
void NATIVE_THEME_EXPORT CommonThemePaintMenuItemBackground(
const NativeTheme* theme,
SkCanvas* canvas,
« no previous file with comments | « ui/gfx/vector_icons/combobox_arrow_mac.icon ('k') | ui/native_theme/common_theme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698