DescriptionRevert of Fix NTP thumbnail generation (patchset #13 id:260001 of https://codereview.chromium.org/1348833003/ )
Reason for revert:
possible culprit of an uninit error
BUG=555567
TBR=shrike@chromium.org
Original issue's description:
> Fix NTP thumbnail generation
>
> This change delays browser compositor view suspention until pending
> thumbnail generation has completed.
>
> This solution uses polling to check if it's OK to suspend the
> compositor, which is not great. Also, there's a potential race condition
> between the user foregrounding the tab and the pending suspension.
> Ideally the thumnail generation operation would signal the compositor
> that it's OK to proceed with its suspension, and the compositor would only
> suspend itself if it has not been reactivated. I'm just not sure of the
> best way to approach that.
>
> BUG=530707
>
> Committed: https://crrev.com/d77a3639f04f83a5c5cf47d88dbac2f0d4345ea5
> Cr-Commit-Position: refs/heads/master@{#359361}
TBR=ccameron@chromium.org,thestig@chromium.org,motek@chromium.org,shrike@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=530707
Patch Set 1 #Messages
Total messages: 10 (2 generated)
|