Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1177)

Unified Diff: ui/aura/shared/compound_event_filter.h

Issue 10692170: Aura desktop: Show resize cursors again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win_aura compile Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698