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 "media/blink/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
)
23 WebInbandTextTrackImpl::~WebInbandTextTrackImpl() {
27 void WebInbandTextTrackImpl::setClient(
28 blink::WebInbandTextTrackClient
* client
) {
32 blink::WebInbandTextTrackClient
* WebInbandTextTrackImpl::client() {
36 WebInbandTextTrackImpl::Kind
WebInbandTextTrackImpl::kind() const {
40 blink::WebString
WebInbandTextTrackImpl::label() const {
44 blink::WebString
WebInbandTextTrackImpl::language() const {
48 blink::WebString
WebInbandTextTrackImpl::id() const {