From 26a32e5d3515b013797a7ddffa1be5c6274dcf1c Mon Sep 17 00:00:00 2001 From: "erg@chromium.org" Date: Wed, 25 Jun 2014 04:54:52 +0000 Subject: Mojo: Partially implement input events in html_viewer. This gets positioned mouse events working, including hover effects and selection. This does not solve the navigation issue though; we crash on a CHECK in url_loader_impl.cc. BUG=387172 Review URL: https://codereview.chromium.org/348373003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279591 0039d316-1c4b-4281-b951-d872f2087c98 --- mojo/examples/window_manager/window_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mojo/examples/window_manager') diff --git a/mojo/examples/window_manager/window_manager.cc b/mojo/examples/window_manager/window_manager.cc index 0c5cb12..201af4c 100644 --- a/mojo/examples/window_manager/window_manager.cc +++ b/mojo/examples/window_manager/window_manager.cc @@ -118,7 +118,7 @@ class WindowManager : public Application, ViewManager::Create(this, this); } - // Overridden from ViewObserver: + // Overridden from ViewObserver: virtual void OnViewInputEvent(View* view, const EventPtr& event) OVERRIDE { if (event->action == ui::ET_MOUSE_RELEASED) { std::string app_url; -- cgit v1.1