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

Unified Diff: gpu/config/gpu_test_config.cc

Issue 1725113002: gpu: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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_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() {
}

Powered by Google App Engine
This is Rietveld 408576698