New issue
Advanced search Search tips

Issue 880190 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Feature

Blocking:
issue 879662



Sign in to add a comment

Skip TileManager::IsReadyToActivate and IsReadyToDraw computation if not needed.

Project Member Reported by vmi...@chromium.org, Sep 4

Issue description

In TileManager::IssueSignals(), we always compute IsReadyToActivate and IsReadyToDraw, and call the respective TileManagerClient callbacks.  In some cases, the TileManagerClient may not need these callbacks, for example we can not Activate if there is no Pending tree.

Consider some client API to allow skipping these.
 
Blocking: 879662

Sign in to add a comment