diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-22 11:40:59 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-22 11:40:59 +0000 |
commit | 4b8ac2a962e3e669bfadd1d0aafe93afa78db20d (patch) | |
tree | abf2a2adad745429e172ec1ab5386e54353151ec /cc/cc.gyp | |
parent | c0d5ef9b1e2234f871fb12d3ea7e4853420f7f7c (diff) | |
download | chromium_src-4b8ac2a962e3e669bfadd1d0aafe93afa78db20d.zip chromium_src-4b8ac2a962e3e669bfadd1d0aafe93afa78db20d.tar.gz chromium_src-4b8ac2a962e3e669bfadd1d0aafe93afa78db20d.tar.bz2 |
Revert of cc: Remove WorkerPool class and instead use TaskGraphRunner directly. (https://codereview.chromium.org/141163019/)
Reason for revert:
Bad file mode for task_graph_runner.h:
/b/build/slave/Linux_ChromiumOS/build/src/cc/resources/task_graph_runner.h: Must not have executable bit set
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Full/builds/31393/steps/check_perms/logs/stdio
Original issue's description:
> cc: Remove WorkerPool class and instead use TaskGraphRunner directly.
>
> Removes the unnecessary WorkerPool layer. This makes the job
> of the TaskGraphRunner more clear and will allow us to remove
> some complexity and unnecessary heap allocations from the
> RasterWorkerPool code in follow up patches.
>
> Also moves the kNumRasterTasks switch to content/.
>
> Refactor only, no changes in behavior.
>
> BUG=331844
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246284
TBR=vmpstr@chromium.org,alokp@chromium.org,sohan.jyoti@samsung.com,jamesr@chromium.org,piman@chromium.org,reveman@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=331844
Review URL: https://codereview.chromium.org/143003012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246298 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -382,8 +382,6 @@ 'resources/single_release_callback.h', 'resources/skpicture_content_layer_updater.cc', 'resources/skpicture_content_layer_updater.h', - 'resources/task_graph_runner.cc', - 'resources/task_graph_runner.h', 'resources/texture_mailbox.cc', 'resources/texture_mailbox.h', 'resources/texture_mailbox_deleter.cc', @@ -403,6 +401,8 @@ 'resources/ui_resource_request.h', 'resources/video_resource_updater.cc', 'resources/video_resource_updater.h', + 'resources/worker_pool.cc', + 'resources/worker_pool.h', 'scheduler/delay_based_time_source.cc', 'scheduler/delay_based_time_source.h', 'scheduler/frame_rate_controller.cc', |