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

Unified Diff: ui/views/controls/menu/menu_separator.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/views/BUILD.gn ('k') | ui/views/controls/menu/menu_separator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/menu/menu_separator.h
diff --git a/ui/views/controls/menu/menu_separator.h b/ui/views/controls/menu/menu_separator.h
index 7e013ff3cb13c4dedc0041e391d06e3fc7aa8b21..2eeee1cf47a0e156a02e42c5acc6e85bd731424a 100644
--- a/ui/views/controls/menu/menu_separator.h
+++ b/ui/views/controls/menu/menu_separator.h
@@ -21,9 +21,6 @@ class MenuSeparator : public View {
gfx::Size GetPreferredSize() const override;
private:
- // Gets the bounds where the separator should be painted.
- gfx::Rect GetPaintBounds();
-
// The type of the separator.
const ui::MenuSeparatorType type_;
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/controls/menu/menu_separator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698