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

Unified Diff: Source/web/InbandTextTrackPrivateImpl.cpp

Issue 59913005: Remove unused TextTrack virtual functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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/web/InbandTextTrackPrivateImpl.h ('k') | public/web/WebInbandTextTrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InbandTextTrackPrivateImpl.cpp
diff --git a/Source/web/InbandTextTrackPrivateImpl.cpp b/Source/web/InbandTextTrackPrivateImpl.cpp
index 62e045f43fdd5aafc30484fdc660fb89c06898cf..6d2594bd2baeda2a4076e5dd379f8cc831df3ddf 100644
--- a/Source/web/InbandTextTrackPrivateImpl.cpp
+++ b/Source/web/InbandTextTrackPrivateImpl.cpp
@@ -64,11 +64,6 @@ WebCore::InbandTextTrackPrivate::Kind InbandTextTrackPrivateImpl::kind() const
return static_cast<WebCore::InbandTextTrackPrivate::Kind>(m_track->kind());
}
-bool InbandTextTrackPrivateImpl::isClosedCaptions() const
-{
- return m_track->isClosedCaptions();
-}
-
AtomicString InbandTextTrackPrivateImpl::label() const
{
return m_track->label();
« no previous file with comments | « Source/web/InbandTextTrackPrivateImpl.h ('k') | public/web/WebInbandTextTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698