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

Unified Diff: chrome/common/gpu_info.h

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.h
diff --git a/chrome/common/gpu_info.h b/chrome/common/gpu_info.h
index 95c2237ca06c390736d261bbcd51a3b1fed0874c..00203af4b38f083d473915448aa32f95fed2aa75 100644
--- a/chrome/common/gpu_info.h
+++ b/chrome/common/gpu_info.h
@@ -19,15 +19,15 @@
class GPUInfo {
public:
- GPUInfo();
- ~GPUInfo() {}
-
enum Progress {
kUninitialized,
kPartial,
kComplete,
};
+ GPUInfo();
+ ~GPUInfo();
+
// Returns whether this GPUInfo has been partially or fully initialized with
// information.
Progress progress() const;

Powered by Google App Engine
This is Rietveld 408576698