// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/gpu/vaapi/test/scoped_va_context.h" #include "media/gpu/vaapi/test/macros.h" #include "media/gpu/vaapi/test/scoped_va_config.h" #include "media/gpu/vaapi/test/vaapi_device.h" namespace media { namespace vaapi_test { ScopedVAContext::ScopedVAContext(const VaapiDevice& device, const ScopedVAConfig& config, const gfx::Size& size) : … { … } ScopedVAContext::~ScopedVAContext() { … } } // namespace vaapi_test } // namespace media