| Index: third_party/WebKit/Source/web/tests/FrameTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.h b/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
|
| index a66c52c6011c90bb9070d1c53fd1c9667e099c1b..57f105b114c9483d277897649bc4f185bec23c48 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
|
| +++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.h
|
| @@ -75,6 +75,8 @@ void reloadFrameIgnoringCache(WebFrame*);
|
| // using one of the above helper methods whenever possible.
|
| void pumpPendingRequestsForFrameToLoad(WebFrame*);
|
|
|
| +WebMouseEvent createMouseEvent(WebInputEvent::Type, WebMouseEvent::Button, const IntPoint&, int modifiers);
|
| +
|
| // Calls WebRemoteFrame::createLocalChild, but with some arguments prefilled
|
| // with default test values (i.e. with a default |client| or |properties| and/or
|
| // with a precalculated |uniqueName|).
|
|
|