Bug 859929 - Make AsyncPanZoomController work with progressive tile painting on Fennec. r=kats

This commit is contained in:
Botond Ballo
2013-07-22 22:33:05 -04:00
parent db97075d2b
commit f86aff9b42
8 changed files with 59 additions and 1 deletions

View File

@@ -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.
}
}