Generate enum/getters/setters/mappings for image-rendering.

Currently, the image-rendering 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 ImageRendering enum and use the generated
CSSValueID <-> ImageRendering mappings.

We also rename ImageRendering::kOptimizeContrast to
kWebkitOptimizeContrast to match the keywords.

Diff of generated files:
https://gist.github.com/51d00263e744ea52b3b8cc419f54314f/revisions

BUG=628043
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2

Review-Url: https://codereview.chromium.org/2922483004
Cr-Commit-Position: refs/heads/master@{#476585}
6 files changed