Make sure RecordingImageBufferSurface's current frame is valid

The "FallbackReasonUnknown" should not happen. Right now it could still
occur in RecordingImageBufferSurface::finalizeFrameInternal when the
m_currentFrame is null (theoretically).
In this CL, we change ASSERT to CHECK, to make sure that the
m_currentFrame is never null in the finalizeFrameInternal() method.

BUG=585578

Review-Url: https://codereview.chromium.org/2115493004
Cr-Commit-Position: refs/heads/master@{#403707}
1 file changed