Remove the need for field_size for storage_only when type_name is bool.
Currently, all boolean storage_only fields in ComputedStyle need to specify field_size: 1. This is kind of redundant, because it will never be any other value. This patch removes the need to specifiy field_size for boolean storage_only fields. This does not change generated code. Bug: 628043 Change-Id: Iccba6c299847c35e3a4c2fd19d4d2f9e85e3e62d Reviewed-on: https://chromium-review.googlesource.com/544475 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#481804}
Showing
Please register or sign in to comment