| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 761fcb23b872e2bcd670fecc1b5a70e0d3966085..5441b3a99853ba6a1af3a64d9d1cce8233245a8e 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -387,6 +387,7 @@ public:
|
|
|
| bool isTransitionDocument() const { return m_isTransitionDocument; }
|
| void setIsTransitionDocument() { m_isTransitionDocument = true; }
|
| + void hideTransitionElements(const AtomicString& cssSelector);
|
|
|
| struct TransitionElementData {
|
| String scope;
|
|
|