Chromium Code Reviews| Index: gpu/config/gpu_test_config.cc |
| diff --git a/gpu/config/gpu_test_config.cc b/gpu/config/gpu_test_config.cc |
| index d8fc2ba65778563a7311587b13691349c441a443..3b0b37c3c7332aab19d488dda249c4ee94f7ddc9 100644 |
| --- a/gpu/config/gpu_test_config.cc |
| +++ b/gpu/config/gpu_test_config.cc |
| @@ -83,6 +83,8 @@ GPUTestConfig::GPUTestConfig() |
| build_type_(kBuildTypeUnknown), |
| api_(kAPIUnknown) {} |
| +GPUTestConfig::GPUTestConfig(const GPUTestConfig& other) = default; |
| + |
| GPUTestConfig::~GPUTestConfig() { |
| } |