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 3c671987d5dd2132ee6346d008e9cc19d73ce450..050a3467af89049ccd55bbddd62d5423b9e96b01 100644 |
--- a/ui/views/controls/table/table_header.h |
+++ b/ui/views/controls/table/table_header.h |
@@ -42,6 +42,7 @@ class VIEWS_EXPORT TableHeader : public views::View { |
void OnMouseReleased(const ui::MouseEvent& event) override; |
void OnMouseCaptureLost() override; |
void OnGestureEvent(ui::GestureEvent* event) override; |
+ void OnNativeThemeChanged(const ui::NativeTheme* theme) override; |
private: |
// Used to track the column being resized. |