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

Unified Diff: ui/views/view.cc

Issue 2380303004: Move MdFocusRing to be a property of FocusManager. (Closed)
Patch Set: 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/views/view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view.cc
diff --git a/ui/views/view.cc b/ui/views/view.cc
index 847f807f356b944d275b238348bdb7db88b62032..ef8ce81aef162346b9969af9bea843c2a5840d43 100644
--- a/ui/views/view.cc
+++ b/ui/views/view.cc
@@ -116,6 +116,7 @@ View::View()
next_focusable_view_(NULL),
previous_focusable_view_(NULL),
focus_behavior_(FocusBehavior::NEVER),
+ should_use_md_focus_ring_(false),
context_menu_controller_(NULL),
drag_controller_(NULL),
native_view_accessibility_(NULL) {
« no previous file with comments | « ui/views/view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698