DescriptionFix shutdown assertions in WebViewImpl
It's possible for some calls (e.g. WebViewImpl::layout) to try to
initialize compositing after shutdown.
This just moves an early out earlier so that it does not assert when
this happens.
This is a small band-aid fix to stop this assert from happening, rather
than the larger fix of trying to stop all the cases where this happen or
refactoring WebViewImpl to not have this awkwardness int he first place.
R=chrishtr@chromium.org
BUG=none
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179860
Patch Set 1 #
Messages
Total messages: 11 (0 generated)
|