• yuweih's avatar
    [Remoting iOS] Fix screen tearing and screen dimensions · 807d153f
    yuweih authored
    This CL:
    1. Fixes the screen tearing issue by getting rid of the GLKViewController,
       which runs its rendering loops and swaps buffers in unexpected moment. The
       GL view will now do on-demand buffer swapping, similar to how the Android
       client works.
    2. Passes GL view dimensions to the renderer to fix the screen aspect issues.
    
    BUG=716699
    
    Review-Url: https://codereview.chromium.org/2848143002
    Cr-Commit-Position: refs/heads/master@{#468418}
    807d153f
host_view_controller.mm 3.01 KB