From 77fbbda2cdf7f2ec3995945d122435f8e9ed4b12 Mon Sep 17 00:00:00 2001 From: "reveman@chromium.org" Date: Fri, 21 Jun 2013 16:52:46 +0000 Subject: cc: Move task graph construction to RasterWorkerPool classes. This removes the need to construct a temporary graph by RasterWorkerPool classes. It reduces the number of tasks created and eliminates the need for a dependencies vector as part of the internal::WorkerPoolTask class. This is also a prerequisite to implementing a "ready to activate" signal as that requires as task graph structure that is not a tree. BUG=247677 Review URL: https://chromiumcodereview.appspot.com/17244003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207864 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/cc_tests.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'cc/cc_tests.gyp') diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 0a57347..de989d5 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -232,6 +232,7 @@ 'cc_test_support', ], 'sources': [ + 'resources/raster_worker_pool_perftest.cc', 'resources/worker_pool_perftest.cc', 'test/cc_test_suite.cc', 'test/run_all_unittests.cc', -- cgit v1.1