| Index: views/controls/tabbed_pane/tabbed_pane.h
|
| diff --git a/views/controls/tabbed_pane/tabbed_pane.h b/views/controls/tabbed_pane/tabbed_pane.h
|
| index 2fe503e4b0366302a9bb08977c3467a754892bdd..36026a0ca7a049c7614c84dcca6216fc3f5300b2 100644
|
| --- a/views/controls/tabbed_pane/tabbed_pane.h
|
| +++ b/views/controls/tabbed_pane/tabbed_pane.h
|
| @@ -13,7 +13,6 @@ class NativeTabbedPaneWrapper;
|
|
|
| // The TabbedPane class is a view that shows tabs. When the user clicks on a
|
| // tab, the associated view is displayed.
|
| -// TODO (jcampan): implement GetPreferredSize().
|
|
|
| class TabbedPane : public View {
|
| public:
|
| @@ -72,6 +71,7 @@ class TabbedPane : public View {
|
| virtual void Focus();
|
| virtual void PaintFocusBorder(gfx::Canvas* canvas);
|
| virtual bool GetAccessibleRole(AccessibilityTypes::Role* role);
|
| + virtual gfx::Size GetPreferredSize();
|
|
|
| NativeTabbedPaneWrapper* native_wrapper() const {
|
| return native_tabbed_pane_;
|
|
|