| Index: ui/aura/remote_root_window_host_win.cc
|
| diff --git a/ui/aura/remote_root_window_host_win.cc b/ui/aura/remote_root_window_host_win.cc
|
| index ae50ced89687a9537d13f319a5e7d2d3945dfe67..6bad43f64b928496f042be4a41991c465f253b84 100644
|
| --- a/ui/aura/remote_root_window_host_win.cc
|
| +++ b/ui/aura/remote_root_window_host_win.cc
|
| @@ -323,6 +323,10 @@ void RemoteRootWindowHostWin::OnDeviceScaleFactorChanged(
|
| void RemoteRootWindowHostWin::PrepareForShutdown() {
|
| }
|
|
|
| +void RemoteRootWindowHostWin::SetHostWindowExpansion(const gfx::Rect& extra) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void RemoteRootWindowHostWin::OnMouseMoved(int32 x, int32 y, int32 flags) {
|
| gfx::Point location(x, y);
|
| ui::MouseEvent event(ui::ET_MOUSE_MOVED, location, location, flags);
|
|
|