| Index: content/browser/renderer_host/input/synthetic_mouse_pointer.cc
|
| diff --git a/content/browser/renderer_host/input/synthetic_mouse_pointer.cc b/content/browser/renderer_host/input/synthetic_mouse_pointer.cc
|
| index 042603fe5fbfccbc32584234cdfd93846321a91b..556d1fe36ed2dfa37630788eb96470258082afb6 100644
|
| --- a/content/browser/renderer_host/input/synthetic_mouse_pointer.cc
|
| +++ b/content/browser/renderer_host/input/synthetic_mouse_pointer.cc
|
| @@ -46,4 +46,9 @@ void SyntheticMousePointer::Release(int index,
|
| mouse_event_.clickCount = 1;
|
| }
|
|
|
| +SyntheticGestureParams::GestureSourceType SyntheticMousePointer::SourceType()
|
| + const {
|
| + return SyntheticGestureParams::MOUSE_INPUT;
|
| +}
|
| +
|
| } // namespace content
|
|
|