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

Unified Diff: Source/core/dom/Element.h

Issue 22454003: Support subtitles for native fullscreen video (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add dangling pointer check Created 7 years, 3 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: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 9d1ad8343298f90e3eeeaf046391b1f56ad67460..43f66699c4e3164a2383d3accc272bf7dd2709c6 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -535,8 +535,8 @@ public:
LayoutSize minimumSizeForResizing() const;
void setMinimumSizeForResizing(const LayoutSize&);
- virtual void didBecomeFullscreenElement() { }
- virtual void willStopBeingFullscreenElement() { }
+ virtual void didBecomeFullscreenElement();
+ virtual void willStopBeingFullscreenElement();
bool isFinishedParsingChildren() const { return isParsingChildrenFinished(); }
virtual void finishParsingChildren();

Powered by Google App Engine
This is Rietveld 408576698