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

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

Issue 1304183003: Drop unused showingTrackWithSameKind declaration from HTMLMediaElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMediaElement.h
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
index d45ec851da3101088a86619cc758cd05dd8490b5..1f6a4137c22cf0f703b439ecb9ebf9ac6952ae4d 100644
--- a/Source/core/html/HTMLMediaElement.h
+++ b/Source/core/html/HTMLMediaElement.h
@@ -381,8 +381,6 @@ private:
void executeDeferredLoad();
void deferredLoadTimerFired(Timer<HTMLMediaElement>*);
- HTMLTrackElement* showingTrackWithSameKind(HTMLTrackElement*) const;
-
void markCaptionAndSubtitleTracksAsUnconfigured();
// This does not check user gesture restrictions.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698