diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 14:05:54 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 14:05:54 +0000 |
commit | aeeb337b488804a41ae603a5c8288e51dda4af2e (patch) | |
tree | 1715b2b1fbcafafb848b2616c48e857f067166a3 /cc/cc.gyp | |
parent | c3aab70bb231c88bf07953f4700f50d6ad05384a (diff) | |
download | chromium_src-aeeb337b488804a41ae603a5c8288e51dda4af2e.zip chromium_src-aeeb337b488804a41ae603a5c8288e51dda4af2e.tar.gz chromium_src-aeeb337b488804a41ae603a5c8288e51dda4af2e.tar.bz2 |
Simplify rate limiting since it's main thread shared context only
This simplifies the compositor rate limiting code to only rate limit the
shared main thread context, which as it happens is the only context that uses
this feature at all.
BUG=181120
Review URL: https://codereview.chromium.org/53153006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232972 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -378,8 +378,6 @@ 'scheduler/delay_based_time_source.h', 'scheduler/frame_rate_controller.cc', 'scheduler/frame_rate_controller.h', - 'scheduler/rate_limiter.cc', - 'scheduler/rate_limiter.h', 'scheduler/rolling_time_delta_history.cc', 'scheduler/rolling_time_delta_history.h', 'scheduler/scheduler.cc', |