| 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 8a9990f6cce3e96a89a1e7e5a16a0aa382a25bc0..239d0d212c7b724a01f1bb9b6d0eb51401f7c6af 100644
|
| --- a/content/browser/renderer_host/input/input_router_impl.h
|
| +++ b/content/browser/renderer_host/input/input_router_impl.h
|
| @@ -262,6 +262,7 @@ class CONTENT_EXPORT InputRouterImpl
|
| InputEventStreamValidator output_stream_validator_;
|
|
|
| float device_scale_factor_;
|
| + bool raf_aligned_touch_enabled_;
|
|
|
| // Last touch position relative to screen. Used to compute movementX/Y.
|
| std::map<int, gfx::Point> global_touch_position_;
|
|
|