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

Unified Diff: ui/native_theme/common_theme.h

Issue 1797053002: Move theme part drawing functions only used on Windows to NativeThemeWin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile 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
« no previous file with comments | « no previous file | 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 ca40765c67ca9e06d3938583a7d180f277113571..eba9cc2ecb47b1f714d31b3d0a8c2cf8f7157c25 100644
--- a/ui/native_theme/common_theme.h
+++ b/ui/native_theme/common_theme.h
@@ -33,16 +33,8 @@ void NATIVE_THEME_EXPORT CommonThemePaintComboboxArrow(
SkCanvas* canvas,
const gfx::Rect& rect);
-void NATIVE_THEME_EXPORT
- CommonThemePaintMenuSeparator(SkCanvas* canvas, const gfx::Rect& rect);
-
-void NATIVE_THEME_EXPORT CommonThemePaintMenuGutter(SkCanvas* canvas,
- const gfx::Rect& rect);
-
-void NATIVE_THEME_EXPORT CommonThemePaintMenuBackground(SkCanvas* canvas,
- const gfx::Rect& rect);
-
void NATIVE_THEME_EXPORT CommonThemePaintMenuItemBackground(
+ const NativeTheme* theme,
SkCanvas* canvas,
NativeTheme::State state,
const gfx::Rect& rect,
« no previous file with comments | « no previous file | ui/native_theme/common_theme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698