| Index: ash/sticky_keys/sticky_keys_overlay.h
|
| diff --git a/ash/sticky_keys/sticky_keys_overlay.h b/ash/sticky_keys/sticky_keys_overlay.h
|
| index 3529ffb27e1b202dab54d93b30ee11396ca75a53..ebfef9016b58b556af62fd0f57f2263082b7cb8e 100644
|
| --- a/ash/sticky_keys/sticky_keys_overlay.h
|
| +++ b/ash/sticky_keys/sticky_keys_overlay.h
|
| @@ -42,8 +42,7 @@ class ASH_EXPORT StickyKeysOverlay : public ui::LayerAnimationObserver {
|
| bool GetModifierVisible(ui::EventFlags modifier);
|
|
|
| // Updates the overlay with the current state of a sticky key modifier.
|
| - void SetModifierKeyState(ui::EventFlags modifier,
|
| - StickyKeyState state);
|
| + void SetModifierKeyState(ui::EventFlags modifier, StickyKeyState state);
|
|
|
| // Get the current state of the sticky key modifier in the overlay.
|
| StickyKeyState GetModifierKeyState(ui::EventFlags modifier);
|
|
|