| Index: webkit/tools/test_shell/layout_test_controller.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/layout_test_controller.h (revision 7359)
|
| +++ webkit/tools/test_shell/layout_test_controller.h (working copy)
|
| @@ -133,6 +133,11 @@
|
| void setSelectTrailingWhitespaceEnabled(const CppArgumentList& args,
|
| CppVariant* result);
|
|
|
| + void pauseAnimationAtTimeOnElementWithId(const CppArgumentList& args,
|
| + CppVariant* result);
|
| + void pauseTransitionAtTimeOnElementWithId(const CppArgumentList& args,
|
| + CppVariant* result);
|
| +
|
| // The following are only stubs. TODO(pamg): Implement any of these that
|
| // are needed to pass the layout tests.
|
| void dumpAsWebArchive(const CppArgumentList& args, CppVariant* result);
|
|
|