summaryrefslogtreecommitdiffstats
path: root/content/common/gpu_info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu_info.cc')
-rw-r--r--content/common/gpu_info.cc18
1 files changed, 2 insertions, 16 deletions
diff --git a/content/common/gpu_info.cc b/content/common/gpu_info.cc
index 55ecdbc..691917d 100644
--- a/content/common/gpu_info.cc
+++ b/content/common/gpu_info.cc
@@ -5,22 +5,8 @@
#include "content/common/gpu_info.h"
GPUInfo::GPUInfo()
- : level(kUninitialized),
+ : finalized(false),
vendor_id(0),
device_id(0),
- driver_vendor(""),
- driver_version(""),
- driver_date(""),
- pixel_shader_version(0),
- vertex_shader_version(0),
- gl_version(0),
- gl_version_string(""),
- gl_vendor(""),
- gl_renderer(""),
- gl_extensions(""),
- can_lose_context(false),
- collection_error(false) {
-}
-
-GPUInfo::~GPUInfo() {
+ can_lose_context(false) {
}