| Index: trunk/src/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc (revision 236091)
|
| +++ trunk/src/content/browser/renderer_host/input/synthetic_gesture_target_aura.cc (working copy)
|
| @@ -49,8 +49,8 @@
|
| touch_with_latency, &events, SCREEN_COORDINATES);
|
| DCHECK(conversion_success);
|
|
|
| - aura::WindowTreeHostDelegate* root_window_host_delegate =
|
| - root_window->GetDispatcher()->AsWindowTreeHostDelegate();
|
| + aura::RootWindowHostDelegate* root_window_host_delegate =
|
| + root_window->GetDispatcher()->AsRootWindowHostDelegate();
|
| for (ScopedVector<ui::TouchEvent>::iterator iter = events.begin(),
|
| end = events.end(); iter != end; ++iter) {
|
| root_window_host_delegate->OnHostTouchEvent(*iter);
|
|
|