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

Unified Diff: media/video/picture.h

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/capture/video/android/BUILD.gn ('k') | media/video/picture.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/video/picture.h
diff --git a/media/video/picture.h b/media/video/picture.h
index b2cb26b07c8bdeca46f0de3b13c89d35f9537a03..097ea774c6e44bad840e7505c1179222295925c4 100644
--- a/media/video/picture.h
+++ b/media/video/picture.h
@@ -74,6 +74,8 @@ class MEDIA_EXPORT Picture {
const gfx::Rect& visible_rect,
const gfx::ColorSpace& color_space,
bool allow_overlay);
+ Picture(const Picture&);
+ ~Picture();
// Returns the id of the picture buffer where this picture is contained.
int32_t picture_buffer_id() const { return picture_buffer_id_; }
« no previous file with comments | « media/capture/video/android/BUILD.gn ('k') | media/video/picture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698