| Index: content/common/gpu/media/vp9_picture.cc
|
| diff --git a/content/common/gpu/media/vp8_picture.cc b/content/common/gpu/media/vp9_picture.cc
|
| similarity index 55%
|
| copy from content/common/gpu/media/vp8_picture.cc
|
| copy to content/common/gpu/media/vp9_picture.cc
|
| index 63ec8e93eaa7589307ace511c95b6dcc2f9ed81a..4b20316cabb38ad0c34476eb9b88f420d8968411 100644
|
| --- a/content/common/gpu/media/vp8_picture.cc
|
| +++ b/content/common/gpu/media/vp9_picture.cc
|
| @@ -2,21 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/gpu/media/vp8_picture.h"
|
| +#include "content/common/gpu/media/vp9_picture.h"
|
|
|
| namespace content {
|
|
|
| -VP8Picture::VP8Picture() {
|
| -}
|
| +VP9Picture::VP9Picture() {}
|
|
|
| -VP8Picture::~VP8Picture() {
|
| -}
|
| +VP9Picture::~VP9Picture() {}
|
|
|
| -V4L2VP8Picture* VP8Picture::AsV4L2VP8Picture() {
|
| +V4L2VP9Picture* VP9Picture::AsV4L2VP9Picture() {
|
| return nullptr;
|
| }
|
|
|
| -VaapiVP8Picture* VP8Picture::AsVaapiVP8Picture() {
|
| +VaapiVP9Picture* VP9Picture::AsVaapiVP9Picture() {
|
| return nullptr;
|
| }
|
|
|
|
|