| 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 da459e2b07a6ede420d9e5f2378024443970d2b9..93bf3d4c57a74aecb1514e1bd59dc7632d7e04b9 100644
|
| --- a/ui/views/controls/menu/menu_separator.h
|
| +++ b/ui/views/controls/menu/menu_separator.h
|
| @@ -24,8 +24,10 @@ class MenuSeparator : public View {
|
| virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
|
|
| private:
|
| + // Gets the bounds where the separator should be painted.
|
| + gfx::Rect GetPaintBounds();
|
| +
|
| void OnPaintAura(gfx::Canvas* canvas);
|
| - gfx::Size GetPreferredSizeAura() const;
|
|
|
| // The type of the separator.
|
| const ui::MenuSeparatorType type_;
|
|
|