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

Unified Diff: ui/gfx/color_space.h

Issue 2503063002: media: Inform VideoBlit/MFTransform of video color information (Closed)
Patch Set: Created 4 years, 1 month 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/gpu/dxva_video_decode_accelerator_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/color_space.h
diff --git a/ui/gfx/color_space.h b/ui/gfx/color_space.h
index f8e0668724335405990118d3bebb2183627cb5e8..4b532a7af5a33d8cb946c602347a7819ca35b5fa 100644
--- a/ui/gfx/color_space.h
+++ b/ui/gfx/color_space.h
@@ -21,6 +21,10 @@ template <typename T>
class sk_sp;
class SkColorSpace;
+namespace media {
+class DXVAVideoDecodeAccelerator;
+};
+
namespace gfx {
class ICCProfile;
@@ -182,6 +186,7 @@ class GFX_EXPORT ColorSpace {
friend class ICCProfile;
friend class ColorSpaceToColorSpaceTransform;
friend struct IPC::ParamTraits<gfx::ColorSpace>;
+ friend class media::DXVAVideoDecodeAccelerator;
FRIEND_TEST_ALL_PREFIXES(SimpleColorSpace, GetColorSpace);
};
« no previous file with comments | « media/gpu/dxva_video_decode_accelerator_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698