| Index: gpu/config/gpu_info.h
|
| diff --git a/gpu/config/gpu_info.h b/gpu/config/gpu_info.h
|
| index 7c92d3ae7d702cf73410787b4f77a95e4ede9cf2..e5bef2371de6fbe0e5d9768cb11fa0530670a316 100644
|
| --- a/gpu/config/gpu_info.h
|
| +++ b/gpu/config/gpu_info.h
|
| @@ -16,7 +16,6 @@
|
| #include "base/version.h"
|
| #include "build/build_config.h"
|
| #include "gpu/config/dx_diag_node.h"
|
| -#include "gpu/config/gpu_performance_stats.h"
|
| #include "gpu/gpu_export.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| @@ -180,9 +179,6 @@ struct GPU_EXPORT GPUInfo {
|
| // semantics are available.
|
| bool can_lose_context;
|
|
|
| - // By default all values are 0.
|
| - GpuPerformanceStats performance_stats;
|
| -
|
| bool software_rendering;
|
|
|
| // Whether the driver uses direct rendering. True on most platforms, false on
|
|
|