| Index: cc/ipc/shared_quad_state.typemap
|
| diff --git a/cc/ipc/shared_quad_state.typemap b/cc/ipc/shared_quad_state.typemap
|
| index 3eb1d10d93992f4228565ec3dae35288403a8c37..fd58de1d30035b8f198368cd0d929f3057427ac5 100644
|
| --- a/cc/ipc/shared_quad_state.typemap
|
| +++ b/cc/ipc/shared_quad_state.typemap
|
| @@ -5,6 +5,7 @@
|
| mojom = "//cc/ipc/shared_quad_state.mojom"
|
| public_headers = [ "//cc/quads/shared_quad_state.h" ]
|
| traits_headers = [ "//cc/ipc/shared_quad_state_struct_traits.h" ]
|
| -deps = [ "//cc", ]
|
| -public_deps = [ "//cc", ]
|
| +deps = [
|
| + "//cc/ipc:struct_traits",
|
| +]
|
| type_mappings = [ "cc.mojom.SharedQuadState=cc::SharedQuadState" ]
|
|
|