| Index: ui/views/mus/window_tree_host_mus.cc
|
| diff --git a/ui/views/mus/window_tree_host_mus.cc b/ui/views/mus/window_tree_host_mus.cc
|
| index caed894310e48e65017d0b3d2b56882ca5b1a22f..41b1943a11bde88e33fa4e53c42e5210218a04a0 100644
|
| --- a/ui/views/mus/window_tree_host_mus.cc
|
| +++ b/ui/views/mus/window_tree_host_mus.cc
|
| @@ -47,11 +47,6 @@ WindowTreeHostMus::WindowTreeHostMus(NativeWidgetMus* native_widget,
|
| // Initialize the stub platform window bounds to those of the ui::Window.
|
| platform_window()->SetBounds(window->bounds());
|
|
|
| - // The location of events is already transformed, and there is no way to
|
| - // correctly determine the reverse transform. So, don't attempt to transform
|
| - // event locations, else the root location is wrong.
|
| - // TODO(sky): we need to transform for device scale though.
|
| - dispatcher()->set_transform_events(false);
|
| compositor()->SetHostHasTransparentBackground(true);
|
|
|
| input_method_ = base::MakeUnique<InputMethodMus>(this, window);
|
|
|