| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 94ec02f6c46fc6375f52e8770ba2f998f5194646..249dd2a8980d0ea43406aec3d91d74274e1cc90e 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -297,7 +297,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
|
| virtual ui::GestureEvent* CreateGestureEvent(ui::EventType type,
|
| const gfx::Point& location,
|
| int flags,
|
| - const base::Time time,
|
| + base::Time time,
|
| float param_first,
|
| float param_second,
|
| unsigned int touch_id_bitfield) OVERRIDE;
|
|
|