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

Unified Diff: ui/views/controls/tabbed_pane/tabbed_pane.h

Issue 2297193002: Harmony: implement TabbedPane styling (Closed)
Patch Set: Created 4 years, 4 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
Index: ui/views/controls/tabbed_pane/tabbed_pane.h
diff --git a/ui/views/controls/tabbed_pane/tabbed_pane.h b/ui/views/controls/tabbed_pane/tabbed_pane.h
index 76d927ac5641fc79e05eb3628b413c06486f46fa..aa808acadcb1f439f215433e0b6c20423b88ab77 100644
--- a/ui/views/controls/tabbed_pane/tabbed_pane.h
+++ b/ui/views/controls/tabbed_pane/tabbed_pane.h
@@ -58,18 +58,18 @@ class VIEWS_EXPORT TabbedPane : public View {
const char* GetClassName() const override;
private:
- friend class TabStrip;
+ friend class TabStrip;
- // Get the Tab (the tabstrip view, not its content) at the valid |index|.
- Tab* GetTabAt(int index);
+ // Get the Tab (the tabstrip view, not its content) at the valid |index|.
+ Tab* GetTabAt(int index);
// Overridden from View:
- void Layout() override;
- void ViewHierarchyChanged(
- const ViewHierarchyChangedDetails& details) override;
- bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
- void OnFocus() override;
- void GetAccessibleState(ui::AXViewState* state) override;
+ void Layout() override;
+ void ViewHierarchyChanged(
+ const ViewHierarchyChangedDetails& details) override;
+ bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
+ void OnFocus() override;
+ void GetAccessibleState(ui::AXViewState* state) override;
// A listener notified when tab selection changes. Weak, not owned.
TabbedPaneListener* listener_;
« no previous file with comments | « no previous file | ui/views/controls/tabbed_pane/tabbed_pane.cc » ('j') | ui/views/controls/tabbed_pane/tabbed_pane.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698