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

Unified Diff: gpu/ipc/common/memory_stats.h

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.cc ('k') | gpu/ipc/common/memory_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/memory_stats.h
diff --git a/gpu/ipc/common/memory_stats.h b/gpu/ipc/common/memory_stats.h
index ecc3944a09c935c7671525b303e1640248e42b45..7ffac818036b9df3584e242f62422c61d325c329 100644
--- a/gpu/ipc/common/memory_stats.h
+++ b/gpu/ipc/common/memory_stats.h
@@ -21,6 +21,7 @@ namespace gpu {
// is sent over IPC which could span 32 & 64 bit processes.
struct GPU_EXPORT VideoMemoryUsageStats {
VideoMemoryUsageStats();
+ VideoMemoryUsageStats(const VideoMemoryUsageStats& other);
~VideoMemoryUsageStats();
struct GPU_EXPORT ProcessStats {
« no previous file with comments | « gpu/command_buffer/service/gpu_preferences.cc ('k') | gpu/ipc/common/memory_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698