| Index: content/browser/renderer_host/input/touch_emulator.h
|
| diff --git a/content/browser/renderer_host/input/touch_emulator.h b/content/browser/renderer_host/input/touch_emulator.h
|
| index d02494547a6712a22048d03f5ed0bace037df9ba..c4fd18f74b4e227774bdc0f69aa204e7633badc2 100644
|
| --- a/content/browser/renderer_host/input/touch_emulator.h
|
| +++ b/content/browser/renderer_host/input/touch_emulator.h
|
| @@ -30,7 +30,7 @@ class CONTENT_EXPORT TouchEmulator : public ui::GestureProviderClient {
|
|
|
| // Note that TouchEmulator should always listen to touch events and their acks
|
| // (even in disabled state) to track native stream presence.
|
| - bool enabled() const { return gesture_provider_; }
|
| + bool enabled() const { return !!gesture_provider_; }
|
|
|
| // Returns |true| if the event was consumed. Consumed event should not
|
| // propagate any further.
|
|
|