// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_GPU_VP8_REFERENCE_FRAME_VECTOR_H_ #define MEDIA_GPU_VP8_REFERENCE_FRAME_VECTOR_H_ #include <array> #include "base/memory/scoped_refptr.h" #include "base/sequence_checker.h" #include "media/parsers/vp8_parser.h" namespace media { class VP8Picture; class Vp8ReferenceFrameVector { … }; } // namespace media #endif // MEDIA_GPU_VP8_REFERENCE_FRAME_VECTOR_H_