| Index: ui/aura/shared/compound_event_filter.h
|
| diff --git a/ui/aura/shared/compound_event_filter.h b/ui/aura/shared/compound_event_filter.h
|
| index 6fe76bec2776417b89fca875585ce99486688c45..f255dd6ddc0c05977d48057d3d129417d77316d8 100644
|
| --- a/ui/aura/shared/compound_event_filter.h
|
| +++ b/ui/aura/shared/compound_event_filter.h
|
| @@ -68,8 +68,9 @@ class AURA_EXPORT CompoundEventFilter : public aura::EventFilter {
|
|
|
| // Sets the visibility of the cursor if the event is not synthesized and
|
| // |update_cursor_visibility_| is true.
|
| - void SetVisibilityOnEvent(aura::Window* target, aura::LocatedEvent* event,
|
| - bool show);
|
| + void SetCursorVisibilityOnEvent(aura::Window* target,
|
| + aura::LocatedEvent* event,
|
| + bool show);
|
|
|
| // Additional event filters that pre-handles events.
|
| ObserverList<aura::EventFilter, true> filters_;
|
|
|