Chromium Code Reviews| Index: chrome/gpu/gpu_thread.h |
| =================================================================== |
| --- chrome/gpu/gpu_thread.h (revision 66118) |
| +++ chrome/gpu/gpu_thread.h (working copy) |
| @@ -38,6 +38,11 @@ |
| void OnCrash(); |
| void OnHang(); |
| +#if defined(OS_WIN) |
| + static void CollectDxDiagnostics(GpuThread* thread); |
| + static void SetDxDiagnostics(GpuThread* thread, const DxDiagNode& node); |
| +#endif |
| + |
| typedef base::hash_map<int, scoped_refptr<GpuChannel> > GpuChannelMap; |
| GpuChannelMap gpu_channels_; |