Index: chrome/common/gpu_info.cc |
diff --git a/chrome/common/gpu_info.cc b/chrome/common/gpu_info.cc |
index 5a88e34aa2c437ee5e9ecfb1c69825216cd5658a..15a9d003f7e3b97d4d8a534d4bfbe0f99d6f0462 100644 |
--- a/chrome/common/gpu_info.cc |
+++ b/chrome/common/gpu_info.cc |
@@ -20,6 +20,8 @@ GPUInfo::GPUInfo() |
can_lose_context_(false) { |
} |
+GPUInfo::~GPUInfo() {} |
+ |
GPUInfo::Progress GPUInfo::progress() const { |
return progress_; |
} |