DescriptionAdd a new hook to WebLayerTreeView for requesting frames.
These will be implemented inside the compositor to allow Blink to signal
that it wants either only BeginMainFrame to run the blink side pipeline,
or that it wants the entire compositor pipeline. This will allow an
early out when requestAnimationFrame (or other frame timed callbacks)
are scheduled but nothing is actually dirty in compositor related state.
Eventually blink will stop calling setNeedsAnimate() entirely and call one
of either setNeedsBeginFrame() or setNeedsCompositorUpdate().
R=chrishtr@chromium.org
BUG=490465
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197091
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|
|||||||||||||||||||