Commit 0dea1d65 authored by boliu@chromium.org's avatar boliu@chromium.org Committed by Android Git Automerger
Browse files

am 18760af8: Cherry-pick: [Android WebView] Null check syncOnNewPictureStateToNative

* commit '18760af8':
  Cherry-pick: [Android WebView] Null check syncOnNewPictureStateToNative
parents 16465605 18760af8
......@@ -816,6 +816,7 @@ public class AwContents {
}
private void syncOnNewPictureStateToNative() {
if (mNativeAwContents == 0) return;
nativeEnableOnNewPicture(mNativeAwContents, mPictureListenerEnabled || mClearViewActive);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment