blob: a23a24251e24198922517cda718b7bb5b8c36969 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gpu/config/gpu_info_collector.h"
namespace gpu {
bool CollectContextGraphicsInfo(GPUInfo* gpu_info) {
// TODO(crbug.com/707031): Implement this.
NOTIMPLEMENTED();
return false;
}
bool CollectBasicGraphicsInfo(GPUInfo* gpu_info) {
// TODO(crbug.com/707031): Implement this.
NOTIMPLEMENTED();
return false;
}
void CollectDriverInfoGL(GPUInfo* gpu_info) {
// TODO(crbug.com/707031): Implement this.
NOTIMPLEMENTED();
}
} // namespace gpu