VrShellGl minor cleanups
Rename frame_index_ to next_frame_index_ to make it more visually distinct from the "frame_index" parameter. It's not supposed to be used outside SendVSync related logic. Rename webvr_delayed_frame_submit_ to webvr_delayed_gvr_submit_. I'll be adding a saved closure to defer an incoming mojo SubmitFrame, and it's confusing if the names are too similar. Update the SendVSync DVLOG to distinguish skipped frames from animated frames. Remove the unused last_frame_index_ member. Change-Id: If937f936f6ba8e6029b21d72d4211f63aecc6da5 Reviewed-on: https://chromium-review.googlesource.com/984714 Commit-Queue: Klaus Weidner <klausw@chromium.org> Reviewed-by:Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#546916}
Showing
Please register or sign in to comment