chromium/chrome/browser/gpu/chrome_browser_main_extra_parts_gpu.cc

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

#include "chrome/browser/gpu/chrome_browser_main_extra_parts_gpu.h"

#include "base/check.h"
#include "chrome/browser/metrics/chrome_metrics_service_accessor.h"
#include "content/public/browser/gpu_data_manager.h"
#include "gpu/config/gpu_info.h"

namespace {
const char kTrialName[] =;
const char kGL[] =;
const char kVulkan[] =;
}  // namespace

ChromeBrowserMainExtraPartsGpu::ChromeBrowserMainExtraPartsGpu() = default;

ChromeBrowserMainExtraPartsGpu::~ChromeBrowserMainExtraPartsGpu() {}

void ChromeBrowserMainExtraPartsGpu::PreCreateThreads() {}

void ChromeBrowserMainExtraPartsGpu::OnGpuInfoUpdate() {}

const char* ChromeBrowserMainExtraPartsGpu::GetSkiaBackendName() const {}