| Index: content/public/common/gpu_info.h
|
| ===================================================================
|
| --- content/public/common/gpu_info.h (revision 130298)
|
| +++ content/public/common/gpu_info.h (working copy)
|
| @@ -16,6 +16,7 @@
|
| #include "build/build_config.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/common/dx_diag_node.h"
|
| +#include "content/public/common/gpu_performance_stats.h"
|
|
|
| namespace content {
|
|
|
| @@ -75,6 +76,9 @@
|
| // semantics are available.
|
| bool can_lose_context;
|
|
|
| + // By default all values are 0.
|
| + GpuPerformanceStats performance_stats;
|
| +
|
| #if defined(OS_WIN)
|
| // The information returned by the DirectX Diagnostics Tool.
|
| DxDiagNode dx_diagnostics;
|
|
|
|
|