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_; |