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

Unified Diff: ui/gfx/color_space.h

Issue 2503063002: media: Inform VideoBlit/MFTransform of video color information (Closed)
Patch Set: comments addressed 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
Index: ui/gfx/color_space.h
diff --git a/ui/gfx/color_space.h b/ui/gfx/color_space.h
index f8e0668724335405990118d3bebb2183627cb5e8..d1fa5829774cb5884968fbbdf2c5b2fc2c8ac44f 100644
--- a/ui/gfx/color_space.h
+++ b/ui/gfx/color_space.h
@@ -181,6 +181,7 @@ class GFX_EXPORT ColorSpace {
friend class ICCProfile;
friend class ColorSpaceToColorSpaceTransform;
+ friend class ColorSpaceWin;
friend struct IPC::ParamTraits<gfx::ColorSpace>;
FRIEND_TEST_ALL_PREFIXES(SimpleColorSpace, GetColorSpace);
};

Powered by Google App Engine
This is Rietveld 408576698