mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
589cb11de8
This removes the logging, locking and allocations from getViewTransform. This reduces the time spent from an median of 6.3ms to 0.061ms We use a new scheme where the view transform is immutable and the member variable containing it is atomically overwritten. So we may get a slightly old view transform but this won't be a problem. |
||
---|---|---|
.. | ||
Axis.java | ||
PanZoomController.java | ||
SimpleScaleGestureDetector.java | ||
SubdocumentScrollHelper.java |