Chromium Code Reviews| 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; |