| Index: Source/core/input/InputDevice.cpp
|
| diff --git a/Source/core/input/InputDevice.cpp b/Source/core/input/InputDevice.cpp
|
| index 927a99c2a8ae068f6c77990e51671edd9e94ece9..e6ae87e8f7739eb25695b39a021894d80bb0d57a 100644
|
| --- a/Source/core/input/InputDevice.cpp
|
| +++ b/Source/core/input/InputDevice.cpp
|
| @@ -21,4 +21,10 @@ InputDevice::~InputDevice()
|
| {
|
| }
|
|
|
| +InputDevice* InputDevice::touchEventInstance()
|
| +{
|
| + DEFINE_STATIC_LOCAL(Persistent<InputDevice>, instance, (InputDevice::create(true)));
|
| + return instance;
|
| +}
|
| +
|
| } // namespace blink
|
|
|