New issue
Advanced search Search tips

Issue 833985 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 25
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 3
Type: Bug

Blocked on:
issue 730193



Sign in to add a comment

FlingController must use CompositorAnimationObserver on Mac once viz is ready.

Project Member Reported by sahel@chromium.org, Apr 17 2018

Issue description

Currently using the ui::Compositor to progress fling on Mac hits the following error:

ERROR:viz_process_transport_factory.cc(366)] Not implemented reached in virtual void content::VizProcessTransportFactory::SetCompositorSuspendedForRecycle(ui::Compositor *, bool)

 

 

Comment 1 by danakj@chromium.org, Apr 17 2018

Is this inverted? You have this blocked on waiting until viz is done, but it seems like this is a blocker for viz mac instead?

Comment 2 by sahel@chromium.org, Apr 17 2018

This is not a blocker for viz mac, I need viz on mac to work properly to be able to uncomment the code that uses CompositorAnimationObserver in this cl:

https://chromium-review.googlesource.com/c/chromium/src/+/994181/12/content/browser/renderer_host/input/fling_scheduler_mac.mm#24

Status: Fixed (was: Assigned)
SetCompositorSuspendedForRecycle is benign and since-deleted.

Sign in to add a comment