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

Unified Diff: media/video/picture.cc

Issue 2598833002: Add SkColorSpace to gfx::ColorSpace (Closed)
Patch Set: Add tests Created 4 years 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 | « media/video/picture.h ('k') | remoting/codec/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/picture.cc
diff --git a/media/video/picture.cc b/media/video/picture.cc
index 4ea418702d818f92f33a2cb5780b9886c916bb54..dce07424f710a8b21427b6f01e0311c7b3efc5c4 100644
--- a/media/video/picture.cc
+++ b/media/video/picture.cc
@@ -70,4 +70,8 @@ Picture::Picture(int32_t picture_buffer_id,
surface_texture_(false),
wants_promotion_hint_(false) {}
+Picture::Picture(const Picture& other) = default;
+
+Picture::~Picture() = default;
+
} // namespace media
« no previous file with comments | « media/video/picture.h ('k') | remoting/codec/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698