Commit aafc1cb9 authored by Peter Boström's avatar Peter Boström Committed by Commit Bot

Prefer FocusRings on all platforms

After r713254 there are hopefully no longer performance issues with
enabling FocusRings everywhere.

Bug: chromium:924232
Change-Id: I99cca2635f3d618d72b2371ce6a07eecea01ffee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903611Reviewed-by: default avatarWei Li <weili@chromium.org>
Commit-Queue: Peter Boström <pbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713896}
parent cd0622fc
...@@ -49,7 +49,7 @@ const bool PlatformStyle::kTreeViewSelectionPaintsEntireRow = false; ...@@ -49,7 +49,7 @@ const bool PlatformStyle::kTreeViewSelectionPaintsEntireRow = false;
const bool PlatformStyle::kUseRipples = true; const bool PlatformStyle::kUseRipples = true;
const bool PlatformStyle::kTextfieldScrollsToStartOnFocusChange = false; const bool PlatformStyle::kTextfieldScrollsToStartOnFocusChange = false;
const bool PlatformStyle::kTextfieldUsesDragCursorWhenDraggable = true; const bool PlatformStyle::kTextfieldUsesDragCursorWhenDraggable = true;
const bool PlatformStyle::kPreferFocusRings = false; const bool PlatformStyle::kPreferFocusRings = true;
const bool PlatformStyle::kInactiveWidgetControlsAppearDisabled = false; const bool PlatformStyle::kInactiveWidgetControlsAppearDisabled = false;
// static // static
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment