[Android] Expose method for UI to force composites
[chromium-blink-merge.git] / media / base / demuxer.cc
blobe7c38c3f221c78ff0c7aaee19575c2e37b608bee
1 // Copyright (c) 2012 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/base/demuxer.h"
7 #include "base/logging.h"
9 namespace media {
11 DemuxerHost::~DemuxerHost() {}
13 Demuxer::Demuxer() {}
15 Demuxer::~Demuxer() {}
17 } // namespace media