This adds missing plumbing to single_thread_proxy to forward max pending frames from...
commit346f30ca47612c605de5ae38ac892a6b55554198
authoralexst <alexst@chromium.org>
Wed, 25 Mar 2015 13:24:05 +0000 (25 06:24 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Mar 2015 13:24:46 +0000 (25 13:24 +0000)
treef18f0573265e57be81630077bd38d7f38431f143
parent6d2feff0816df3c5d544a6a0d69f6fb8313fd401
This adds missing plumbing to single_thread_proxy to forward max pending frames from the surface to the compositor, but keeps max pending value the same for the time being. Currently the call to SetMaxSwapsPendingOnImplThread in layer_tree_host_impl.cc gets dropped on the floor for ChromeOS.

Previously, driver implementation of eglSwapBuffers returned before page flip actually happened, allowing the browser compositor to start scheduling the next frame while the front buffer was still shown.

With switch to freon, SwapBuffersACK is sent on page flip, affecting scheduler timing. This enables the browser compositor to queue up a new frame earlier when necessary.

BUG=465599

Review URL: https://codereview.chromium.org/1011823005

Cr-Commit-Position: refs/heads/master@{#322148}
cc/trees/single_thread_proxy.cc
cc/trees/single_thread_proxy.h