diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 21:38:51 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-17 21:38:51 +0000 |
commit | 6edd05335ce37b4518006486a1732d02514541c6 (patch) | |
tree | 436f39bc3cec2db2b385dcd39d1737a55e940c6a /cc/cc.gyp | |
parent | 5ba43a6b9db6c81219486951340f665fc53b75f3 (diff) | |
download | chromium_src-6edd05335ce37b4518006486a1732d02514541c6.zip chromium_src-6edd05335ce37b4518006486a1732d02514541c6.tar.gz chromium_src-6edd05335ce37b4518006486a1732d02514541c6.tar.bz2 |
Switch LatencyInfo struct to use a map.
This allows us to have multiple instances of a specific component, for example each renderer will have a separate main thread and compositor.
BUG=155367
Review URL: https://codereview.chromium.org/13874002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ 'layers/io_surface_layer_impl.h', 'animation/keyframed_animation_curve.cc', 'animation/keyframed_animation_curve.h', + 'debug/latency_info.cc', 'debug/latency_info.h', 'layers/layer.cc', 'layers/layer.h', |