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

Unified Diff: Source/WebCore/html/HTMLMediaElement.h

Issue 10703186: Merge 122432 - [Shadow DOM] <video> with <shadow> crashes (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLMediaElement.h
===================================================================
--- Source/WebCore/html/HTMLMediaElement.h (revision 122537)
+++ Source/WebCore/html/HTMLMediaElement.h (working copy)
@@ -291,7 +291,7 @@
bool closedCaptionsVisible() const;
void setClosedCaptionsVisible(bool);
- MediaControls* mediaControls();
+ MediaControls* mediaControls() const;
void sourceWasRemoved(HTMLSourceElement*);
void sourceWasAdded(HTMLSourceElement*);
@@ -508,7 +508,7 @@
void invalidateCachedTime();
void refreshCachedTime() const;
- bool hasMediaControls();
+ bool hasMediaControls() const;
bool createMediaControls();
void configureMediaControls();
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698