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

Unified Diff: mojo/services/window_manager/window_manager_app.cc

Issue 714213003: Input events are broken in skydb (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « mojo/services/window_manager/window_manager_app.h ('k') | sky/tools/debugger/debugger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/window_manager/window_manager_app.cc
diff --git a/mojo/services/window_manager/window_manager_app.cc b/mojo/services/window_manager/window_manager_app.cc
index 9c055b4008c755b6648b05ed8c4848a8a294adba..65e742a27410f67461f217e32b24b322c551a5fb 100644
--- a/mojo/services/window_manager/window_manager_app.cc
+++ b/mojo/services/window_manager/window_manager_app.cc
@@ -328,6 +328,10 @@ void WindowManagerApp::Unregister(View* view) {
view_id_to_view_target_map_.erase(it);
}
+void WindowManagerApp::DispatchInputEventToView(View* view, EventPtr event) {
+ window_manager_client_->DispatchInputEventToView(view->id(), event.Pass());
+}
+
void WindowManagerApp::SetViewportSize(const gfx::Size& size) {
window_manager_client_->SetViewportSize(Size::From(size));
}
« no previous file with comments | « mojo/services/window_manager/window_manager_app.h ('k') | sky/tools/debugger/debugger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698