| Index: content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
| ===================================================================
|
| --- content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java (revision 284124)
|
| +++ content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java (working copy)
|
| @@ -2389,6 +2389,12 @@
|
|
|
| @SuppressWarnings("unused")
|
| @CalledByNative
|
| + private void showSelectionHandlesAutomatically() {
|
| + getSelectionHandleController().allowAutomaticShowing();
|
| + }
|
| +
|
| + @SuppressWarnings("unused")
|
| + @CalledByNative
|
| private void onSelectionBoundsChanged(Rect anchorRectDip, int anchorDir, Rect focusRectDip,
|
| int focusDir, boolean isAnchorFirst) {
|
| // All coordinates are in DIP.
|
|
|