Index: gpu/config/gpu_blacklist_unittest.cc |
diff --git a/gpu/config/gpu_blacklist_unittest.cc b/gpu/config/gpu_blacklist_unittest.cc |
index c9fa415760c64479ab18769a245c07249c196593..1a3deb6dc22fc8a4c40ff20881c6e40fa17d1323 100644 |
--- a/gpu/config/gpu_blacklist_unittest.cc |
+++ b/gpu/config/gpu_blacklist_unittest.cc |
@@ -65,9 +65,6 @@ class GpuBlacklistTest : public testing::Test { |
gpu_info_.machine_model_version = "7.1"; |
gpu_info_.gl_vendor = "NVIDIA Corporation"; |
gpu_info_.gl_renderer = "NVIDIA GeForce GT 120 OpenGL Engine"; |
- gpu_info_.performance_stats.graphics = 5.0; |
- gpu_info_.performance_stats.gaming = 5.0; |
- gpu_info_.performance_stats.overall = 5.0; |
} |
void TearDown() override {} |