DescriptionSpecify the rect invalidated by SetLayerTransform.
When SetLayerTransform was introduced, instead of specifying the rect
that is invalidated, the no_update_visible flag was manually set to
false to indicate that the flush callback needs to be executed. Since
nothing was invalidated, we don't get calls to ViewInitiatedPaint,
which delays the callback.
By setting the op_rect like the other queued commands do, the
invalidations and callback scheduling are done correctly.
BUG=605379
Committed: https://crrev.com/9fb5007ba0a99358e8418f0c2b3791705006a7c0
Cr-Commit-Position: refs/heads/master@{#427459}
Patch Set 1 #
Messages
Total messages: 14 (6 generated)
|