Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(403)

Unified Diff: third_party/WebKit/Source/core/html/HTMLVideoElement.h

Issue 2743573003: Fix an issue in fullscreen detector when context is destroyed (Closed)
Patch Set: addressed nits Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698