Platform/GFX/APZ: Difference between revisions

Line 47: Line 47:


* forwards relevant input events to the APZ (APZCTreeManager::ReceiveInputEvent())
* forwards relevant input events to the APZ (APZCTreeManager::ReceiveInputEvent())
* notifies the APZ about Gecko events that are relevant to it, such as
* notifies the APZ about Gecko events that are relevant to it, such as:
** a reflow that causes a change in the dimensions of a scrollable layer (APZCTreeManager::UpdateCompositionBounds())
** a reflow that causes a change in the dimensions of a scrollable layer (APZCTreeManager::UpdateCompositionBounds())
** a scrollTo performed by content (APZCTreeManager::UpdateScrollOffset())
** a scrollTo performed by content (APZCTreeManager::UpdateScrollOffset())
Confirmed users
85

edits