Promote inlines to first-class invalidation citizens
Have RenderInline's update and invalidate themselves like other descendants of
RenderLayerModelObject by pulling most of the invalidation logic down into
RenderLayerModelObject.
We end up doing slightly more work, but we simplify multiple codepaths, which I believe is superior.
BUG=
397455
Committed:
https://src.chromium.org/viewvc/blink?view=rev&revision=179682