summaryrefslogtreecommitdiff
path: root/Tools/DumpRenderTree/blackberry/LayoutTestControllerBlackBerry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/blackberry/LayoutTestControllerBlackBerry.cpp')
-rw-r--r--Tools/DumpRenderTree/blackberry/LayoutTestControllerBlackBerry.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/Tools/DumpRenderTree/blackberry/LayoutTestControllerBlackBerry.cpp b/Tools/DumpRenderTree/blackberry/LayoutTestControllerBlackBerry.cpp
index bd1a5bd66..a799b0414 100644
--- a/Tools/DumpRenderTree/blackberry/LayoutTestControllerBlackBerry.cpp
+++ b/Tools/DumpRenderTree/blackberry/LayoutTestControllerBlackBerry.cpp
@@ -705,18 +705,6 @@ void LayoutTestController::setViewModeMediaFeature(const JSStringRef mode)
notImplemented();
}
-void LayoutTestController::suspendAnimations() const
-{
- if (mainFrame && mainFrame->animation())
- mainFrame->animation()->suspendAnimations();
-}
-
-void LayoutTestController::resumeAnimations() const
-{
- if (mainFrame && mainFrame->animation())
- mainFrame->animation()->resumeAnimations();
-}
-
void LayoutTestController::setSerializeHTTPLoads(bool)
{
// FIXME: Implement if needed for https://bugs.webkit.org/show_bug.cgi?id=50758.