Chromium Code Reviews| Index: ui/gfx/mojo/color_space.mojom |
| diff --git a/ui/gfx/mojo/icc_profile.mojom b/ui/gfx/mojo/color_space.mojom |
| similarity index 71% |
| copy from ui/gfx/mojo/icc_profile.mojom |
| copy to ui/gfx/mojo/color_space.mojom |
| index cedacd06c250adad29be30aa6bd36c827536998d..c9a54f7088f0e73d1d8746bbbd4b28841242b7c8 100644 |
| --- a/ui/gfx/mojo/icc_profile.mojom |
| +++ b/ui/gfx/mojo/color_space.mojom |
| @@ -4,8 +4,5 @@ |
| module gfx.mojom; |
| -struct ICCProfile { |
| - bool valid = false; |
| - string data; |
| - uint64 id; |
| -}; |
| +[Native] |
| +struct ColorSpace; |