blob: b4e17f6d5a2bed88c9973a31b0edb5d6bf6e45b5 [file] [log] [blame]
// Copyright (c) 2012 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 "content/public/common/gpu_info.h"
namespace content {
GPUInfo::GPUInfo()
: finalized(false),
optimus(false),
vendor_id(0),
device_id(0),
can_lose_context(false) {
}
GPUInfo::~GPUInfo() { }
} // namespace content