| Index: content/browser/renderer_host/input/touch_event_queue.cc
|
| diff --git a/content/browser/renderer_host/input/touch_event_queue.cc b/content/browser/renderer_host/input/touch_event_queue.cc
|
| index 550b46bfc4795657b0ded5772f9084f4f7428580..a351dfd35b898fa5141f66816ab3eb3d2cf794a2 100644
|
| --- a/content/browser/renderer_host/input/touch_event_queue.cc
|
| +++ b/content/browser/renderer_host/input/touch_event_queue.cc
|
| @@ -695,7 +695,7 @@ bool TouchEventQueue::IsAckTimeoutEnabled() const {
|
| }
|
|
|
| bool TouchEventQueue::HasPendingAsyncTouchMoveForTesting() const {
|
| - return pending_async_touchmove_;
|
| + return !!pending_async_touchmove_;
|
| }
|
|
|
| bool TouchEventQueue::IsTimeoutRunningForTesting() const {
|
|
|