cc: Request a proactive impl frame in early-out commit case.
[chromium-blink-merge.git] / media / base / cdm_context.cc
blobec2b633b3a3342e5457dcc68c6e8c610ae8125be
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_context.h"
7 namespace media {
9 CdmContext::CdmContext() {}
11 CdmContext::~CdmContext() {}
13 void IgnoreCdmAttached(bool success) {
16 } // namespace media