[Android] Speculative fix for crash during overscroll effect creation
Crash reports indicate that the WindowAndroid's Compositor may be NULL during |RenderWidgetHostViewAndroid::SetContentViewCore()|. While this is a somewhat surprising result, it is in theory possible and should probably not be fatal. Avoid creating the overscroll effect in this case, instead creating it after the compositor is (re-)attached. BUG=407208 Review URL: https://codereview.chromium.org/503813003 Cr-Commit-Position: refs/heads/master@{#291835}
Showing
Please register or sign in to comment