Index: third_party/WebKit/Source/core/html/HTMLVideoElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.h b/third_party/WebKit/Source/core/html/HTMLVideoElement.h |
index ac217e224f0f76dd44efce4c1f08dd6d1d220f19..a8df45913e415587e09403c564639c6addf0284b 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h |
@@ -127,6 +127,9 @@ class CORE_EXPORT HTMLVideoElement final : public HTMLMediaElement, |
HTMLVideoElement(Document&); |
+ // SuspendableObject functions. |
+ void contextDestroyed(ExecutionContext*) final; |
+ |
bool layoutObjectIsNeeded(const ComputedStyle&) override; |
LayoutObject* createLayoutObject(const ComputedStyle&) override; |
void attachLayoutTree(const AttachContext& = AttachContext()) override; |