| 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;
|
|
|
|
|