Skip to content

Commit 8bf89f3

Browse files
committed
Fix the build
Change-Id: I822f75b3ed29e7817c7bd9ac5e2314b43831d2c1
1 parent e3bb0ec commit 8bf89f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/webkit/WebView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4824,7 +4824,7 @@ private void hideSoftKeyboard() {
48244824
}
48254825
}
48264826

4827-
public void updateWebTextViewPosition() {
4827+
private void updateWebTextViewPosition() {
48284828
Rect visibleRect = new Rect();
48294829
calcOurContentVisibleRect(visibleRect);
48304830
// Note that sendOurVisibleRect calls viewToContent, so the coordinates

0 commit comments

Comments
 (0)