| Index: content/browser/renderer_host/input/input_router_impl.h
|
| diff --git a/content/browser/renderer_host/input/input_router_impl.h b/content/browser/renderer_host/input/input_router_impl.h
|
| index ed39947ed071a0f91381f12226a5b08f8bde7467..830911b893f4ee4b8e34293abdfa7ed55d024173 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.h
|
| +++ b/content/browser/renderer_host/input/input_router_impl.h
|
| @@ -239,7 +239,7 @@ private:
|
|
|
| // Whether touch ack timeout handling has been enabled via the command line.
|
| bool touch_ack_timeout_supported_;
|
| - size_t touch_ack_timeout_delay_ms_;
|
| + base::TimeDelta touch_ack_timeout_delay_;
|
|
|
| // Cached flags from |OnViewUpdated()|, defaults to 0.
|
| int current_view_flags_;
|
|
|