Index: ui/aura/root_window.cc |
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc |
index 248c9f133ae3c9df2897cd027c6182e1c6ee5a98..dd5fa382656bf84a87189184bedf6e574e2d7778 100644 |
--- a/ui/aura/root_window.cc |
+++ b/ui/aura/root_window.cc |
@@ -862,7 +862,7 @@ bool RootWindow::DispatchCancelTouchEvent(ui::TouchEvent* event) { |
ui::GestureEvent* RootWindow::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) { |