Move PageSizeAuto to ComputedStyleConstants.h.

StyleRareNonInheritedData.h has an enum called PageSizeAuto. When we
generate StyleRareNonInheritedData.h, this enum can no longer be defined
in that file. This patch moves PageSizeAuto to ComputedStyleConstants.h
so that we can continue to ues it after we've generated
StyleRareNonInheritedData.

BUG=628043

Review-Url: https://codereview.chromium.org/2907073002
Cr-Commit-Position: refs/heads/master@{#475488}
2 files changed