summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/client/gpu_channel_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/client/gpu_channel_host.cc')
-rw-r--r--content/common/gpu/client/gpu_channel_host.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/common/gpu/client/gpu_channel_host.cc b/content/common/gpu/client/gpu_channel_host.cc
index b0aeda3..6eae8ad 100644
--- a/content/common/gpu/client/gpu_channel_host.cc
+++ b/content/common/gpu/client/gpu_channel_host.cc
@@ -47,6 +47,9 @@ GpuChannelHost::StreamFlushInfo::StreamFlushInfo()
flush_count(0),
flush_id(0) {}
+GpuChannelHost::StreamFlushInfo::StreamFlushInfo(const StreamFlushInfo& other) =
+ default;
+
GpuChannelHost::StreamFlushInfo::~StreamFlushInfo() {}
// static
@@ -468,6 +471,9 @@ GpuChannelHost::~GpuChannelHost() {
GpuChannelHost::MessageFilter::ListenerInfo::ListenerInfo() {}
+GpuChannelHost::MessageFilter::ListenerInfo::ListenerInfo(
+ const ListenerInfo& other) = default;
+
GpuChannelHost::MessageFilter::ListenerInfo::~ListenerInfo() {}
GpuChannelHost::MessageFilter::MessageFilter()