Loading core/java/android/webkit/WebViewCore.java +0 −3 Original line number Diff line number Diff line Loading @@ -2318,7 +2318,6 @@ public final class WebViewCore { Log.w(LOGTAG, "Cannot pauseUpdatePicture, core destroyed or not initialized!"); return; } core.nativeSetIsPaused(core.mNativeClass, true); core.mDrawIsPaused = true; } } Loading @@ -2336,7 +2335,6 @@ public final class WebViewCore { Log.w(LOGTAG, "Cannot resumeUpdatePicture, core destroyed!"); return; } core.nativeSetIsPaused(core.mNativeClass, false); core.mDrawIsPaused = false; // always redraw on resume to reenable gif animations core.mDrawIsScheduled = false; Loading Loading @@ -3084,7 +3082,6 @@ public final class WebViewCore { return mDeviceOrientationService; } private native void nativeSetIsPaused(int nativeClass, boolean isPaused); private native void nativePause(int nativeClass); private native void nativeResume(int nativeClass); private native void nativeFreeMemory(int nativeClass); Loading Loading
core/java/android/webkit/WebViewCore.java +0 −3 Original line number Diff line number Diff line Loading @@ -2318,7 +2318,6 @@ public final class WebViewCore { Log.w(LOGTAG, "Cannot pauseUpdatePicture, core destroyed or not initialized!"); return; } core.nativeSetIsPaused(core.mNativeClass, true); core.mDrawIsPaused = true; } } Loading @@ -2336,7 +2335,6 @@ public final class WebViewCore { Log.w(LOGTAG, "Cannot resumeUpdatePicture, core destroyed!"); return; } core.nativeSetIsPaused(core.mNativeClass, false); core.mDrawIsPaused = false; // always redraw on resume to reenable gif animations core.mDrawIsScheduled = false; Loading Loading @@ -3084,7 +3082,6 @@ public final class WebViewCore { return mDeviceOrientationService; } private native void nativeSetIsPaused(int nativeClass, boolean isPaused); private native void nativePause(int nativeClass); private native void nativeResume(int nativeClass); private native void nativeFreeMemory(int nativeClass); Loading