| Index: ui/aura/remote_window_tree_host_win.cc
|
| diff --git a/ui/aura/remote_window_tree_host_win.cc b/ui/aura/remote_window_tree_host_win.cc
|
| index 6525588cfee9dab063f276aba79b894ff4d98de5..314f9c390f84590c3aae994a855e5bf760071bb7 100644
|
| --- a/ui/aura/remote_window_tree_host_win.cc
|
| +++ b/ui/aura/remote_window_tree_host_win.cc
|
| @@ -373,6 +373,10 @@ Window* RemoteWindowTreeHostWin::GetAshWindow() {
|
| return window();
|
| }
|
|
|
| +ui::EventSource* RemoteWindowTreeHostWin::GetEventSource() {
|
| + return this;
|
| +}
|
| +
|
| gfx::AcceleratedWidget RemoteWindowTreeHostWin::GetAcceleratedWidget() {
|
| if (remote_window_)
|
| return remote_window_;
|
|
|