Pack enums in StyleGridItemData as bit fields.

This patch changes StyleGridItemData::auto_repeat_columns_type_ and
auto_repeat_rows_type_ into bit fields. It also moves the declaration of
grid_auto_flow_ to be with the other bit fields so that they can be
packed together.

This reduces the size of StyleGridItemData by 8 bytes.

Bug: 628043
Change-Id: Ic1fad688f72c15278c240ebdb0eacac2d42c9e66
Reviewed-on: https://chromium-review.googlesource.com/527738
Reviewed-by: Eddy Mead <meade@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#478184}
3 files changed