Merge "stop GL drawing thread before killing WebCore" into honeycomb
This commit is contained in:
@@ -1461,6 +1461,7 @@ public class WebView extends AbsoluteLayout
|
|||||||
mListBoxDialog.dismiss();
|
mListBoxDialog.dismiss();
|
||||||
mListBoxDialog = null;
|
mListBoxDialog = null;
|
||||||
}
|
}
|
||||||
|
if (mNativeClass != 0) nativeStopGL();
|
||||||
if (mWebViewCore != null) {
|
if (mWebViewCore != null) {
|
||||||
// Set the handlers to null before destroying WebViewCore so no
|
// Set the handlers to null before destroying WebViewCore so no
|
||||||
// more messages will be posted.
|
// more messages will be posted.
|
||||||
@@ -8309,6 +8310,7 @@ public class WebView extends AbsoluteLayout
|
|||||||
private native void nativeSetSelectionPointer(boolean set,
|
private native void nativeSetSelectionPointer(boolean set,
|
||||||
float scale, int x, int y);
|
float scale, int x, int y);
|
||||||
private native boolean nativeStartSelection(int x, int y);
|
private native boolean nativeStartSelection(int x, int y);
|
||||||
|
private native void nativeStopGL();
|
||||||
private native Rect nativeSubtractLayers(Rect content);
|
private native Rect nativeSubtractLayers(Rect content);
|
||||||
private native int nativeTextGeneration();
|
private native int nativeTextGeneration();
|
||||||
// Never call this version except by updateCachedTextfield(String) -
|
// Never call this version except by updateCachedTextfield(String) -
|
||||||
|
|||||||
Reference in New Issue
Block a user