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

Unified Diff: mojo/services/public/cpp/view_manager/window_manager_delegate.h

Issue 474883003: Move focus from the view manager to the window manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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: mojo/services/public/cpp/view_manager/window_manager_delegate.h
diff --git a/mojo/services/public/cpp/view_manager/window_manager_delegate.h b/mojo/services/public/cpp/view_manager/window_manager_delegate.h
index 85fb4357a2dc08eb24cf7ec93891f31047ec3058..0ab271c05eebda5b4bca0386ed7280306cc16553 100644
--- a/mojo/services/public/cpp/view_manager/window_manager_delegate.h
+++ b/mojo/services/public/cpp/view_manager/window_manager_delegate.h
@@ -22,7 +22,7 @@ class WindowManagerDelegate {
// Dispatch the supplied input event to the appropriate view (taking into
// account focus, activation, modality, etc.).
- virtual void DispatchEvent(View* target, EventPtr event) = 0;
+ virtual void DispatchEvent(EventPtr event) = 0;
protected:
virtual ~WindowManagerDelegate() {}
« no previous file with comments | « mojo/services/public/cpp/view_manager/view_manager.h ('k') | mojo/services/public/interfaces/view_manager/view_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698