1 // Copyright 2015 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 "content/common/gpu/media/vp8_picture.h"
9 VP8Picture::VP8Picture() {
12 VP8Picture::~VP8Picture() {
15 V4L2VP8Picture
* VP8Picture::AsV4L2VP8Picture() {
19 VaapiVP8Picture
* VP8Picture::AsVaapiVP8Picture() {
23 } // namespace content