Speculative CHECK for TransitionInterpolation crash
This CL adds some checks to help investigate crbug.com/826627. They are highly speculative, as currently the bug seems to be in a "this can't happen" state; we seem to be getting a null start_ interpolable_value in TransitionInterpolation even though the existing CHECK in TransitionKeyframe::SetValue never fires. My only currently theory is that the stacktrace file view is misleading, so this CL moves a few things around and adds some CHECKs to try and confirm/refute that. Bug: 826627 Change-Id: I9058e0387f79c9a0ba0bd04cdc54ec128a386782 Reviewed-on: https://chromium-review.googlesource.com/1178263Reviewed-by:Majid Valipour <majidvp@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#584181}
Showing
Please register or sign in to comment