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

Commit 99c5179f authored by Grace Kloba's avatar Grace Kloba Committed by Android (Google) Code Review
Browse files

Merge "Force redraw in touch_up if there is a move." into froyo

parents afbf9f8d c36862d5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4939,6 +4939,11 @@ public class WebView extends AbsoluteLayout
                                WebViewCore.pauseUpdatePicture(mWebViewCore);
                                // fall through to TOUCH_DRAG_MODE
                            } else {
                                // WebKit may consume the touch event and modify
                                // DOM. drawContentPicture() will be called with
                                // animateSroll as true for better performance.
                                // Force redraw in high-quality.
                                invalidate();
                                break;
                            }
                        } else {