summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-05 14:05:54 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-05 14:05:54 +0000
commitaeeb337b488804a41ae603a5c8288e51dda4af2e (patch)
tree1715b2b1fbcafafb848b2616c48e857f067166a3 /cc/cc.gyp
parentc3aab70bb231c88bf07953f4700f50d6ad05384a (diff)
downloadchromium_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.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 17e8842..cab195f 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -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',