summaryrefslogtreecommitdiffstats
path: root/cc/resources/video_resource_updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/video_resource_updater.h')
-rw-r--r--cc/resources/video_resource_updater.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
index 4e11110..1307be9 100644
--- a/cc/resources/video_resource_updater.h
+++ b/cc/resources/video_resource_updater.h
@@ -69,6 +69,7 @@ class CC_EXPORT VideoFrameExternalResources {
float multiplier;
VideoFrameExternalResources();
+ VideoFrameExternalResources(const VideoFrameExternalResources& other);
~VideoFrameExternalResources();
};
@@ -105,6 +106,7 @@ class CC_EXPORT VideoResourceUpdater
const gfx::Size& resource_size,
ResourceFormat resource_format,
gpu::Mailbox mailbox);
+ PlaneResource(const PlaneResource& other);
};
static bool PlaneResourceMatchesUniqueID(const PlaneResource& plane_resource,