blob: 9d5c26e66e007c23961a06e8893e9229617942a9 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "cobalt/media/base/renderer.h"
namespace cobalt {
namespace media {
Renderer::Renderer() {}
Renderer::~Renderer() {}
} // namespace media
} // namespace cobalt