cc: Remove tile and scale specific code from raster source
[chromium-blink-merge.git] / media / base / cdm_factory.cc
blob2714da7ade1ddb54c09dcecfc4f8222e866305ba
1 // Copyright 2014 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/cdm_factory.h"
7 namespace media {
9 CdmFactory::CdmFactory() {
12 CdmFactory::~CdmFactory() {
15 } // namespace media