Generate enum/getters/setters for -webkit-app-region.

Currently, the -webkit-app-region (named DraggableRegionMode internally)
property is a 'storage_only' field, so it has no generated public
getters/setters.

This patch changes it to a 'keyword' field so that its getters/setters
can be generated as well. We also generate the EDraggableRegionMode enum.
Although there are generated CSSValueID <-> EDraggableRegionMode mappings,
they are not used because the handwritten code don't have them.

Diff: https://gist.github.com/306bffcc27ca5a1ae5f1b2019750cd60/revisions

Bug: 628043
Change-Id: I5c4f4d5e007ddd45702ada4bcbc28773f9a46318
Reviewed-on: https://chromium-review.googlesource.com/536676
Reviewed-by: nainar <nainar@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#480328}
4 files changed