Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / content / common / gpu / media / vp8_picture.cc
blob63ec8e93eaa7589307ace511c95b6dcc2f9ed81a
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"
7 namespace content {
9 VP8Picture::VP8Picture() {
12 VP8Picture::~VP8Picture() {
15 V4L2VP8Picture* VP8Picture::AsV4L2VP8Picture() {
16 return nullptr;
19 VaapiVP8Picture* VP8Picture::AsVaapiVP8Picture() {
20 return nullptr;
23 } // namespace content