diff options
Diffstat (limited to 'Source/WebCore/testing/Internals.h')
-rw-r--r-- | Source/WebCore/testing/Internals.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebCore/testing/Internals.h b/Source/WebCore/testing/Internals.h index 391d375fa..fd8747daa 100644 --- a/Source/WebCore/testing/Internals.h +++ b/Source/WebCore/testing/Internals.h @@ -75,7 +75,6 @@ public: ShadowRootIfShadowDOMEnabledOrNode* oldestShadowRoot(Element* host, ExceptionCode&); ShadowRootIfShadowDOMEnabledOrNode* youngerShadowRoot(Node* shadow, ExceptionCode&); ShadowRootIfShadowDOMEnabledOrNode* olderShadowRoot(Node* shadow, ExceptionCode&); - void removeShadowRoot(Element* host, ExceptionCode&); Element* includerFor(Node*, ExceptionCode&); String shadowPseudoId(Element*, ExceptionCode&); PassRefPtr<Element> createContentElement(Document*, ExceptionCode&); @@ -163,6 +162,9 @@ public: void setNetworkInformation(Document*, const String& eventType, long bandwidth, bool metered, ExceptionCode&); + void suspendAnimations(Document*, ExceptionCode&) const; + void resumeAnimations(Document*, ExceptionCode&) const; + #if ENABLE(INSPECTOR) unsigned numberOfLiveNodes() const; unsigned numberOfLiveDocuments() const; |