Remove unused type_name declarations in CSSProperties.json5.

The type_name for fields in CSSProperties.json5 are automatically
deduced to be 'E' + <name of field>. Explicitly specifying type_name
would override this. However, there are some fields where the type_name
specified is the same as the default, so they don't do anything. This
patch removes them.

This patch does not change generated code.

Bug: 628043
Change-Id: I8641c003a83c43e350b5e1f92fcba91bced8b771
Reviewed-on: https://chromium-review.googlesource.com/544366
Reviewed-by: nainar <nainar@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#482126}
1 file changed