Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8d747b3 authored by Martin Kosiba's avatar Martin Kosiba Committed by Android Git Automerger
Browse files

am 9a68f82f: Add super_onDrawVerticalScrollBar to WebView.PrivateAccess. DO NOT MERGE

* commit '9a68f82f':
  Add super_onDrawVerticalScrollBar to WebView.PrivateAccess. DO NOT MERGE
parents 4826434c 9a68f82f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1852,6 +1852,11 @@ public class WebView extends AbsoluteLayout
            return WebView.this.getHorizontalScrollbarHeight();
        }

        public void super_onDrawVerticalScrollBar(Canvas canvas, Drawable scrollBar,
                int l, int t, int r, int b) {
            WebView.super.onDrawVerticalScrollBar(canvas, scrollBar, l, t, r, b);
        }

        // ---- Access to (non-public) fields ----
        /** Raw setter for the scroll X value, without invoking onScrollChanged handlers etc. */
        public void setScrollXRaw(int scrollX) {