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

Unified Diff: ui/gfx/color_space.h

Issue 2841813002: Converting video color space enums to their corresponding gfx:color space eqvivalent. (Closed)
Patch Set: Removed gfx::ColorSpace::CreateVideo() Created 3 years, 8 months 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 643a69ccbe54694dad5b7a052188686f92b7bdd8..8626758f1ee4590054a8e28081227e259febd627 100644
--- a/ui/gfx/color_space.h
+++ b/ui/gfx/color_space.h
@@ -123,15 +123,6 @@ class GFX_EXPORT ColorSpace {
ColorSpace& operator=(const ColorSpace& other);
~ColorSpace();
- // Create a color space with primary, transfer and matrix values from the
- // H264 specification (Table E-3 Colour Primaries, E-4 Transfer
- // Characteristics, and E-5 Matrix Coefficients in
- // https://www.itu.int/rec/T-REC-H.264/en).
- static ColorSpace CreateVideo(int h264_primary,
- int h264_transfer,
- int h264_matrix,
- RangeID range_id);
-
// Returns true if this is not the default-constructor object.
bool IsValid() const;

Powered by Google App Engine
This is Rietveld 408576698