am c45ec344: Merge "Turn off picture splitting for now." into honeycomb
* commit 'c45ec3440bcdc00542e5e08cfa7ba29593cb7609': Turn off picture splitting for now.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user