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

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

Issue 2319193002: More Harmony combobox/textfield updates: (Closed)
Patch Set: textfields Created 4 years, 3 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/native_theme/common_theme.cc ('k') | ui/views/controls/combobox/combobox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ui/native_theme/common_theme.cc ('k') | ui/views/controls/combobox/combobox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698