Index: ui/views/controls/combobox/combobox.h |
diff --git a/ui/views/controls/combobox/combobox.h b/ui/views/controls/combobox/combobox.h |
index fcfffb309aebdf1bd1684d905f8a1a6c0d81cdb2..12c0bec723f90cab0a7114a6be26018752872c00 100644 |
--- a/ui/views/controls/combobox/combobox.h |
+++ b/ui/views/controls/combobox/combobox.h |
@@ -98,6 +98,7 @@ class VIEWS_EXPORT Combobox : public View, |
void GetAccessibleState(ui::AXViewState* state) override; |
void Layout() override; |
void OnEnabledChanged() override; |
+ void OnNativeThemeChanged(const ui::NativeTheme* theme) override; |
// Overridden from PrefixDelegate: |
int GetRowCount() override; |