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 363287b4b36a7f4a1274e84e343f5e228bd4f387..6fe76bec2776417b89fca875585ce99486688c45 100644 |
--- a/ui/aura/shared/compound_event_filter.h |
+++ b/ui/aura/shared/compound_event_filter.h |
@@ -68,7 +68,8 @@ 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::LocatedEvent* event, bool show); |
+ void SetVisibilityOnEvent(aura::Window* target, aura::LocatedEvent* event, |
+ bool show); |
// Additional event filters that pre-handles events. |
ObserverList<aura::EventFilter, true> filters_; |