Content: Add convenience method for animations over SurfaceViews.
By default, Android optimizes what it shows on top of
SurfaceViews (saves power). Effectively, layouts determine
what gets drawn and post-layout animations outside of this
area may be 'clipped'.
This adds an convenient way to avoid this clipping. When an
animation wishes to animate over a SurfaceView, it just
needs to register itself in its ContentViewCore and the
rest will be taken care of automatically.
BUG=
441805
Committed:
https://crrev.com/428058320be722fbfba3a61c81108a27f216b36c
Cr-Commit-Position: refs/heads/master@{#315164}