blob: 5bdb9ea683b545c57c9a2f6517a6ec64672cb465 [file] [log] [blame]
ericrk41a1579e2017-02-10 20:56:281// Copyright (c) 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "gpu/config/gpu_feature_info.h"
6
7namespace gpu {
8
9GpuFeatureInfo::GpuFeatureInfo() {
10 for (auto& status : status_values)
11 status = kGpuFeatureStatusUndefined;
12}
13
14} // namespace gpu