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

Commit 56a102c0 authored by Leon Scroggins's avatar Leon Scroggins
Browse files

nativeFocusCandidateTextSize now returns a float.

Bug:3085564

Requires a change in external/webkit.

Change-Id: Id2960226766e87b4d0ff364c2e5b3bee6b6757ad
parent 176116aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7481,7 +7481,7 @@ public class WebView extends AbsoluteLayout
    private native Rect     nativeFocusCandidatePaddingRect();
    /* package */ native int      nativeFocusCandidatePointer();
    private native String   nativeFocusCandidateText();
    /* package */ native int      nativeFocusCandidateTextSize();
    /* package */ native float    nativeFocusCandidateTextSize();
    /**
     * Returns an integer corresponding to WebView.cpp::type.
     * See WebTextView.setType()