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

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: enabling layout tests 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 25c434b6a8e8bbde4f104467b4a499e5d6d57246..025fa703b37cefd2bc625d61dc7fce68d62990eb 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