1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "content/renderer/media/webinbandtexttrack_impl.h"
7 #include "base/logging.h"
11 WebInbandTextTrackImpl::WebInbandTextTrackImpl(
13 const blink::WebString
& label
,
14 const blink::WebString
& language
,
15 const blink::WebString
& id
,
25 WebInbandTextTrackImpl::~WebInbandTextTrackImpl() {
29 void WebInbandTextTrackImpl::setClient(
30 blink::WebInbandTextTrackClient
* client
) {
34 blink::WebInbandTextTrackClient
* WebInbandTextTrackImpl::client() {
38 WebInbandTextTrackImpl::Kind
WebInbandTextTrackImpl::kind() const {
42 blink::WebString
WebInbandTextTrackImpl::label() const {
46 blink::WebString
WebInbandTextTrackImpl::language() const {
50 blink::WebString
WebInbandTextTrackImpl::id() const {
54 int WebInbandTextTrackImpl::textTrackIndex() const {
58 } // namespace content