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

Commit c45ec344 authored by Patrick Scott's avatar Patrick Scott Committed by Android (Google) Code Review
Browse files

Merge "Turn off picture splitting for now." into honeycomb

parents 71353f36 85b69e03
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4087,7 +4087,9 @@ public class WebView extends AbsoluteLayout
                df = mScrollFilter;
            }
            canvas.setDrawFilter(df);
            int content = nativeDraw(canvas, color, extras, true);
            // XXX: Revisit splitting content.  Right now it causes a
            // synchronization problem with layers.
            int content = nativeDraw(canvas, color, extras, false);
            canvas.setDrawFilter(null);
            if (content != 0) {
                mWebViewCore.sendMessage(EventHub.SPLIT_PICTURE_SET, content, 0);