chromium/gpu/command_buffer/tests/gl_test_setup_helper.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "gpu/command_buffer/tests/gl_test_setup_helper.h"

#include "build/build_config.h"
#include "components/viz/test/test_gpu_service_holder.h"
#include "gpu/command_buffer/client/gles2_lib.h"
#include "gpu/command_buffer/tests/gl_test_utils.h"
#include "ui/gl/init/gl_factory.h"

#if BUILDFLAG(IS_OZONE)
#include "ui/ozone/public/ozone_platform.h"
#endif

namespace gpu {

GLTestSetupHelper::GLTestSetupHelper() {}

GLTestSetupHelper::~GLTestSetupHelper() {}

void GLTestSetupHelper::OnTestStart(const testing::TestInfo& test_info) {}

void GLTestSetupHelper::OnTestEnd(const testing::TestInfo& test_info) {}

}  // namespace gpu