зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1245164
- Ensure the metrics are still clamped properly when the surface shifts. r=rbarker
--HG-- extra : commitid : 8Y2ITX3hk7i
This commit is contained in:
Родитель
4ff72292de
Коммит
fd85533857
|
@ -190,7 +190,7 @@ class NativePanZoomController extends JNIObject implements PanZoomController {
|
|||
@Override // PanZoomController
|
||||
public ImmutableViewportMetrics adjustScrollForSurfaceShift(ImmutableViewportMetrics aMetrics, PointF aShift) {
|
||||
adjustScrollForSurfaceShift(aShift.x, aShift.y);
|
||||
return aMetrics;
|
||||
return aMetrics.offsetViewportByAndClamp(aShift.x, aShift.y);
|
||||
}
|
||||
|
||||
@WrapForJNI(allowMultithread = true)
|
||||
|
|
Загрузка…
Ссылка в новой задаче