summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/surfaces/surface_manager.h')
-rw-r--r--cc/surfaces/surface_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/surfaces/surface_manager.h b/cc/surfaces/surface_manager.h
index 8ddace4..55e44f8 100644
--- a/cc/surfaces/surface_manager.h
+++ b/cc/surfaces/surface_manager.h
@@ -126,6 +126,7 @@ class CC_SURFACES_EXPORT SurfaceManager {
// pointers guaranteed alive by callers until unregistered.
struct ClientSourceMapping {
ClientSourceMapping();
+ ClientSourceMapping(const ClientSourceMapping& other);
~ClientSourceMapping();
bool is_empty() const { return !client && !children.size(); }
// The client that's responsible for creating this namespace. Never null.