Chromium Code Reviews| Index: Source/core/input/InputDevice.h |
| diff --git a/Source/core/input/InputDevice.h b/Source/core/input/InputDevice.h |
| index 80238f0e90978aac33bef5b6c73a371356c0f3d0..c4a67ae50d94a07db6a821c38813b7a16d8eeb0b 100644 |
| --- a/Source/core/input/InputDevice.h |
| +++ b/Source/core/input/InputDevice.h |
| @@ -18,7 +18,9 @@ public: |
| ~InputDevice(); |
| // This return a static local InputDevice pointer which has firesTouchEvents set to be true. |
| - static InputDevice* touchEventInstance(); |
| + static InputDevice* firesTouchEventsInputDevice(); |
| + |
| + static InputDevice* doesntFireTouchEventsInputDevice(); |
|
Rick Byers
2015/06/25 17:12:30
This change is also in your MouseEvent CL, right?
|
| static InputDevice* create(bool firesTouchEvents) |
| { |