Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Issue 16178002: Revert 202363 "cc: Cancel and re-prioritize worker pool tasks." (Closed)

Created:
7 years, 6 months ago by ramant (doing other things)
Modified:
7 years, 6 months ago
Reviewers:
reveman
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 202363 "cc: Cancel and re-prioritize worker pool tasks." > cc: Cancel and re-prioritize worker pool tasks. > > This adds a task graph interface to the worker pool and > implements a simple queue instance of this interface for > use by the tile manager. > > The task graph interface can be used describe more > complicated task dependencies in the future and > provides the immediate benefit of seamlessly being > able to cancel and re-prioritize tasks. > > BUG=178974 > > Review URL: https://chromiumcodereview.appspot.com/14689004 TBR=reveman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202736

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+441 lines, -1177 lines) Patch
M trunk/src/cc/base/scoped_ptr_hash_map.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/cc/base/worker_pool.h View 2 chunks +35 lines, -38 lines 0 comments Download
M trunk/src/cc/base/worker_pool.cc View 12 chunks +113 lines, -363 lines 0 comments Download
D trunk/src/cc/base/worker_pool_perftest.cc View 1 chunk +0 lines, -234 lines 0 comments Download
M trunk/src/cc/base/worker_pool_unittest.cc View 3 chunks +38 lines, -144 lines 0 comments Download
M trunk/src/cc/cc_tests.gyp View 1 chunk +2 lines, -3 lines 0 comments Download
M trunk/src/cc/resources/managed_tile_state.h View 2 chunks +4 lines, -3 lines 0 comments Download
M trunk/src/cc/resources/raster_worker_pool.h View 2 chunks +6 lines, -59 lines 0 comments Download
M trunk/src/cc/resources/raster_worker_pool.cc View 2 chunks +19 lines, -113 lines 0 comments Download
M trunk/src/cc/resources/resource_provider.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M trunk/src/cc/resources/tile_manager.h View 8 chunks +21 lines, -18 lines 0 comments Download
MM trunk/src/cc/resources/tile_manager.cc View 14 chunks +201 lines, -198 lines 0 comments Download
M trunk/src/cc/test/fake_tile_manager.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
ramant (doing other things)
7 years, 6 months ago (2013-05-29 01:27:51 UTC) #1
ramant (doing other things)
7 years, 6 months ago (2013-05-29 01:28:09 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r202736.

Powered by Google App Engine
This is Rietveld 408576698