Commit b78f1ba0 authored by aleventhal's avatar aleventhal Committed by Commit bot

Why do we have this line when it makes sliders look editable?

BUG=None

Review-Url: https://codereview.chromium.org/2893963002
Cr-Commit-Position: refs/heads/master@{#473911}
parent 5dbc9a7e
......@@ -5132,9 +5132,6 @@ void BrowserAccessibilityComWin::InitRoleAndState() {
if (owner()->HasState(ui::AX_STATE_EDITABLE))
ia2_state |= IA2_STATE_EDITABLE;
if (owner()->HasAction(ui::AX_ACTION_SET_VALUE))
ia2_state |= IA2_STATE_EDITABLE;
if (!owner()->GetStringAttribute(ui::AX_ATTR_AUTO_COMPLETE).empty())
ia2_state |= IA2_STATE_SUPPORTS_AUTOCOMPLETION;
......
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