| Index: ui/gfx/mojo/icc_profile.typemap
|
| diff --git a/ui/gfx/mojo/icc_profile.typemap b/ui/gfx/mojo/icc_profile.typemap
|
| index 75a7a56cc99cf4ad5074a270471f649a5250fdc8..fd74b34df1d068453fcf36c50e0b9ab9eec15c76 100644
|
| --- a/ui/gfx/mojo/icc_profile.typemap
|
| +++ b/ui/gfx/mojo/icc_profile.typemap
|
| @@ -11,4 +11,10 @@ sources = [
|
| public_deps = [
|
| "//ui/gfx",
|
| ]
|
| -type_mappings = [ "gfx.mojom.ICCProfile=gfx::ICCProfile" ]
|
| +deps = [
|
| + "//ui/gfx/ipc/color",
|
| +]
|
| +type_mappings = [
|
| + "gfx.mojom.ICCProfile.Type=gfx::ICCProfile::Type",
|
| + "gfx.mojom.ICCProfile=gfx::ICCProfile",
|
| +]
|
|
|