| Index: webkit/tools/test_shell/layout_test_controller.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/layout_test_controller.h (revision 57932)
|
| +++ webkit/tools/test_shell/layout_test_controller.h (working copy)
|
| @@ -180,6 +180,8 @@
|
| CppVariant* result);
|
| void pauseTransitionAtTimeOnElementWithId(const CppArgumentList& args,
|
| CppVariant* result);
|
| + void suspendAnimations(const CppArgumentList& args, CppVariant* result);
|
| + void resumeAnimations(const CppArgumentList& args, CppVariant* result);
|
| void elementDoesAutoCompleteForElementWithId(const CppArgumentList& args,
|
| CppVariant* result);
|
| void numberOfActiveAnimations(const CppArgumentList& args,
|
|
|