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

Unified Diff: trunk/src/ui/views/controls/label.h

Issue 256683003: Revert 266042 "Automatically call OnNativeThemeChanged when a wi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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 | « trunk/src/ui/views/controls/button/text_button.cc ('k') | trunk/src/ui/views/controls/label.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/views/controls/label.h
===================================================================
--- trunk/src/ui/views/controls/label.h (revision 266071)
+++ trunk/src/ui/views/controls/label.h (working copy)
@@ -244,6 +244,9 @@
gfx::Rect* text_bounds,
int* flags) const;
+ // Updates any colors that have not been explicitly set from the theme.
+ void UpdateColorsFromTheme(const ui::NativeTheme* theme);
+
// Resets |cached_heights_| and |cached_heights_cursor_| and mark
// |text_size_valid_| as false.
void ResetCachedSize();
« no previous file with comments | « trunk/src/ui/views/controls/button/text_button.cc ('k') | trunk/src/ui/views/controls/label.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698