Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2732)

Unified Diff: gpu/config/gpu_info.h

Issue 1018463002: Deprecate WinSAT support in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gpu_unittests Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698