| Index: chrome/common/gpu_param_traits.h
|
| ===================================================================
|
| --- chrome/common/gpu_param_traits.h (revision 72706)
|
| +++ chrome/common/gpu_param_traits.h (working copy)
|
| @@ -72,14 +72,6 @@
|
| };
|
|
|
| template <>
|
| -struct ParamTraits<GPUInfo::Level> {
|
| - typedef GPUInfo::Level param_type;
|
| - static void Write(Message* m, const param_type& p);
|
| - static bool Read(const Message* m, void** iter, param_type* p);
|
| - static void Log(const param_type& p, std::string* l);
|
| -};
|
| -
|
| -template <>
|
| struct ParamTraits<DxDiagNode> {
|
| typedef DxDiagNode param_type;
|
| static void Write(Message* m, const param_type& p);
|
|
|