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

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: Rebase to ToT 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
« no previous file with comments | « ui/aura/env.cc ('k') | ui/aura/shared/compound_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « ui/aura/env.cc ('k') | ui/aura/shared/compound_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698