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

Unified Diff: ui/base/native_theme/native_theme.h

Issue 10513009: Indicate focused state on text buttons with blue outline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « no previous file | ui/base/native_theme/native_theme_base.cc » ('j') | ui/base/native_theme/native_theme_base.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/native_theme/native_theme.h
diff --git a/ui/base/native_theme/native_theme.h b/ui/base/native_theme/native_theme.h
index b37b1e7cef895a0c82bafac931762966f8a30396..0c9ebcd7f03a619ce18257ca7f225776ae84c405 100644
--- a/ui/base/native_theme/native_theme.h
+++ b/ui/base/native_theme/native_theme.h
@@ -94,6 +94,7 @@ class UI_EXPORT NativeTheme {
bool indeterminate; // Whether the button state is indeterminate.
bool is_default; // Whether the button is default button.
bool has_border;
+ bool is_focused;
int classic_state; // Used on Windows when uxtheme is not available.
SkColor background_color;
};
« no previous file with comments | « no previous file | ui/base/native_theme/native_theme_base.cc » ('j') | ui/base/native_theme/native_theme_base.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698