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

Unified Diff: gpu/command_buffer/service/gpu_preferences.cc

Issue 1825273002: Add more out of line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « gpu/command_buffer/service/gpu_preferences.h ('k') | gpu/ipc/common/memory_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/gpu_preferences.cc
diff --git a/gpu/command_buffer/service/gpu_preferences.cc b/gpu/command_buffer/service/gpu_preferences.cc
index 753e56c2669e130072d81fed1c978d0eec0af4ba..06bc6b41cb905b3b93b7bf2b919d9668adf47830 100644
--- a/gpu/command_buffer/service/gpu_preferences.cc
+++ b/gpu/command_buffer/service/gpu_preferences.cc
@@ -9,6 +9,8 @@ namespace gpu {
GpuPreferences::GpuPreferences() {
}
+GpuPreferences::GpuPreferences(const GpuPreferences& other) = default;
+
GpuPreferences::~GpuPreferences() {}
} // namespace gpu
« no previous file with comments | « gpu/command_buffer/service/gpu_preferences.h ('k') | gpu/ipc/common/memory_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698