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

Unified Diff: ui/views/controls/table/table_header.h

Issue 863223002: Add missing views class names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: table Created 5 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/controls/styled_label.cc ('k') | ui/views/controls/table/table_header.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/table/table_header.h
diff --git a/ui/views/controls/table/table_header.h b/ui/views/controls/table/table_header.h
index b048a29ac15091aa22475886cb855f999740c90d..e88bad6c94fb5abf36f39accb2f4df40ca4044cd 100644
--- a/ui/views/controls/table/table_header.h
+++ b/ui/views/controls/table/table_header.h
@@ -16,6 +16,9 @@ class TableView;
// Views used to render the header for the table.
class VIEWS_EXPORT TableHeader : public views::View {
public:
+ // Internal class name.
+ static const char kViewClassName[];
+
// Amount the text is padded on the left/right side.
static const int kHorizontalPadding;
@@ -30,6 +33,7 @@ class VIEWS_EXPORT TableHeader : public views::View {
// views::View overrides.
void Layout() override;
void OnPaint(gfx::Canvas* canvas) override;
+ const char* GetClassName() const override;
gfx::Size GetPreferredSize() const override;
gfx::NativeCursor GetCursor(const ui::MouseEvent& event) override;
bool OnMousePressed(const ui::MouseEvent& event) override;
« no previous file with comments | « ui/views/controls/styled_label.cc ('k') | ui/views/controls/table/table_header.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698