summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/layout_test_controller.h
diff options
context:
space:
mode:
authorfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-30 18:09:48 +0000
committerfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-30 18:09:48 +0000
commit376bc0c68d0eef158d872dc16741fae048ffb223 (patch)
treea4d3e061738a519387007b9450ef525a717a5727 /webkit/tools/test_shell/layout_test_controller.h
parent8ac68283bbf58ad85ab929148a33aad8c46230fb (diff)
downloadchromium_src-376bc0c68d0eef158d872dc16741fae048ffb223.zip
chromium_src-376bc0c68d0eef158d872dc16741fae048ffb223.tar.gz
chromium_src-376bc0c68d0eef158d872dc16741fae048ffb223.tar.bz2
Implement LayoutTestController::numberOfActiveAnimations to get a
few Layout tests passing. Review URL: http://codereview.chromium.org/19490 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8968 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/layout_test_controller.h')
-rw-r--r--webkit/tools/test_shell/layout_test_controller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/layout_test_controller.h b/webkit/tools/test_shell/layout_test_controller.h
index 5155c3e..1be0e59 100644
--- a/webkit/tools/test_shell/layout_test_controller.h
+++ b/webkit/tools/test_shell/layout_test_controller.h
@@ -139,6 +139,8 @@ class LayoutTestController : public CppBoundClass {
CppVariant* result);
void elementDoesAutoCompleteForElementWithId(const CppArgumentList& args,
CppVariant* result);
+ void numberOfActiveAnimations(const CppArgumentList& args,
+ CppVariant* result);
// The following are only stubs. TODO(pamg): Implement any of these that
// are needed to pass the layout tests.