Description[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
TBR=aelias@chromium.org,sievers@chromium.org
Review URL: https://codereview.chromium.org/503813003
Cr-Commit-Position: refs/heads/master@{#291835}
(cherry picked from commit 7936233f8fb1bc6a969b24474d0f32d03dd832af)
Patch Set 1 #
Messages
Total messages: 1 (0 generated)
|