// 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 "components/viz/service/display/viz_pixel_test.h" #include "build/build_config.h" #include "build/chromeos_buildflags.h" #include "ui/base/ui_base_features.h" namespace viz { // static cc::PixelTest::GraphicsBackend VizPixelTest::RenderTypeToBackend( RendererType renderer_type) { … } VizPixelTest::VizPixelTest(RendererType type) : … { … } void VizPixelTest::SetUp() { … } gfx::SurfaceOrigin VizPixelTest::GetSurfaceOrigin() const { … } VizPixelTestWithParam::VizPixelTestWithParam() : … { … } } // namespace viz