| Index: Source/core/input/InputDevice.h
|
| diff --git a/Source/core/input/InputDevice.h b/Source/core/input/InputDevice.h
|
| index 80238f0e90978aac33bef5b6c73a371356c0f3d0..0dbac572a2f938b85ab56871e094e41a2be19e3c 100644
|
| --- a/Source/core/input/InputDevice.h
|
| +++ b/Source/core/input/InputDevice.h
|
| @@ -18,7 +18,10 @@ public:
|
| ~InputDevice();
|
|
|
| // This return a static local InputDevice pointer which has firesTouchEvents set to be true.
|
| - static InputDevice* touchEventInstance();
|
| + static InputDevice* firesTouchEventsInputDevice();
|
| +
|
| + // This return a static local InputDevice pointer which has firesTouchEvents set to be false.
|
| + static InputDevice* doesntFireTouchEventsInputDevice();
|
|
|
| static InputDevice* create(bool firesTouchEvents)
|
| {
|
|
|