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

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: Created 7 years, 4 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 b73f8902dd41b07ee5d035577de18ed7c5d4a731..d33af158d52c5c6d1f500bda801ce75797c9915a 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -538,8 +538,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