DescriptionRevert of cc: Change required_for_activation bookkeeping. (https://codereview.chromium.org/257773009/)
Reason for revert:
Breaks DevTools rendering badly. See crbug.com/369086.
Original issue's description:
> cc: Change required_for_activation bookkeeping.
>
> This patch changes the bookkeeping of whether required for activation
> tiles all received memory during AssignGpuMemory. The new approach
> doesn't rely on the fact that we process every tile in that loop, thus
> allowing us to early out or use another approach at getting tiles that
> does not guarantee that every tile will be visited.
>
> The end goal is to evaluate if we can activate when the rasterizer
> notifies us that all tasks given to it that are required for
> activation are finished rather than trying to figure this out
> when we schedule tasks.
>
> R=reveman, enne
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267400
TBR=enne@chromium.org,reveman@chromium.org,kbr@chromium.org,vmpstr@chromium.org
NOTREECHECKS=true
NOTRY=true
Patch Set 1 #Patch Set 2 : Rebaselined #
Messages
Total messages: 9 (0 generated)
|