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

Unified Diff: ui/native_theme/native_theme_win.h

Issue 2655553003: Native themes: Add menu separator part (Closed)
Patch Set: item->separator Created 3 years, 11 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/native_theme/native_theme_base.cc ('k') | ui/native_theme/native_theme_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_win.h
diff --git a/ui/native_theme/native_theme_win.h b/ui/native_theme/native_theme_win.h
index 52b2aebb13ad19ce4b1ed8b90a3ad2e5fac1b8b4..ab96c02b9808bf428c73aa262643ea15d5040abf 100644
--- a/ui/native_theme/native_theme_win.h
+++ b/ui/native_theme/native_theme_win.h
@@ -164,8 +164,7 @@ class NATIVE_THEME_EXPORT NativeThemeWin : public NativeTheme,
int state_id,
RECT* rect) const;
- HRESULT PaintMenuSeparator(HDC hdc,
- const gfx::Rect& rect) const;
+ HRESULT PaintMenuSeparator(HDC hdc, const gfx::Rect& rect) const;
HRESULT PaintMenuGutter(HDC hdc, const gfx::Rect& rect) const;
« no previous file with comments | « ui/native_theme/native_theme_base.cc ('k') | ui/native_theme/native_theme_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698