Fix zoom in CSS paint worklets.
This patch does next things:
1) Propagate the zoom factor to CSSPaintDefinition, so we can calculate CSS size
2) Report correct CSS size in 'geom' parameter of CSS paint worklet.
3) Let PaintGeneratedImage report its intrinsic size, instead of improperly conforming to the size of its container.
BUG=
578252
TEST=third_party/WebKit/LayoutTests/csspaint/paint2d-zoom.html
Committed:
https://crrev.com/6b2b9c70636afcc1127e6b199d482a5ffee3fd84
Cr-Commit-Position: refs/heads/master@{#404891}