Bug 859929 - Make AsyncPanZoomController work with progressive tile painting on Fennec. r=kats
This commit is contained in:
@@ -1357,4 +1357,9 @@ class JavaPanZoomController
|
||||
public int getOverScrollMode() {
|
||||
return mX.getOverScrollMode();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateScrollOffset(float cssX, float cssY) {
|
||||
// Nothing to update, this class doesn't store the scroll offset locally.
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user