Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3049)

Unified Diff: chrome/common/gpu_info.cc

Issue 6366019: Part 1 of repairing regressions to my old clang check plugins so Nico can (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Nico's changes that I patched in for testing. Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
}

Powered by Google App Engine
This is Rietveld 408576698