diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-22 02:28:40 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-22 02:28:40 +0000 |
commit | e4c3c87a3ac6b436a064b99629065b56b417f9ef (patch) | |
tree | b98a4f299389cfe9669857328a76e4e6d8fdf1c6 /cc/output/delegating_renderer.h | |
parent | c3d638b3767c1faee0932227aae1b3ee951cd92c (diff) | |
download | chromium_src-e4c3c87a3ac6b436a064b99629065b56b417f9ef.zip chromium_src-e4c3c87a3ac6b436a064b99629065b56b417f9ef.tar.gz chromium_src-e4c3c87a3ac6b436a064b99629065b56b417f9ef.tar.bz2 |
Add compositor support for the LatencyInfo.
This just passes it through from the main thread to the impl thread upon commit (and then to the renderer).
BUG=155367
Review URL: https://chromiumcodereview.appspot.com/14092003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/output/delegating_renderer.h')
-rw-r--r-- | cc/output/delegating_renderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/output/delegating_renderer.h b/cc/output/delegating_renderer.h index 59d3c37..7842893 100644 --- a/cc/output/delegating_renderer.h +++ b/cc/output/delegating_renderer.h @@ -30,7 +30,7 @@ class CC_EXPORT DelegatingRenderer : virtual void Finish() OVERRIDE {} - virtual bool SwapBuffers() OVERRIDE; + virtual bool SwapBuffers(const LatencyInfo& latency_info) OVERRIDE; virtual void GetFramebufferPixels(void* pixels, gfx::Rect rect) OVERRIDE; |