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

Issue 19308003: Merge 210713 "cc: Remove tile ref counting in tile manager." (Closed)

Created:
7 years, 5 months ago by reveman
Modified:
7 years, 5 months ago
Reviewers:
vmpstr
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Merge 210713 "cc: Remove tile ref counting in tile manager." > cc: Remove tile ref counting in tile manager. > > Instead of increasing a ref count on a tile when passing a task > into raster worker pool, use a unique id and a hash map. This allows > tiles to be deleted even when raster task is working on rasterizing > a resource. > > BUG=256777 > > Review URL: https://chromiumcodereview.appspot.com/18581004 TBR=vmpstr@chromium.org BUG=256777, 257601 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=211730

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -164 lines) Patch
M cc/resources/picture_layer_tiling.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M cc/resources/tile.h View 3 chunks +9 lines, -1 line 0 comments Download
M cc/resources/tile.cc View 2 chunks +4 lines, -1 line 0 comments Download
M cc/resources/tile_manager.h View 3 chunks +28 lines, -25 lines 0 comments Download
M cc/resources/tile_manager.cc View 27 chunks +137 lines, -118 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 9 chunks +9 lines, -9 lines 0 comments Download
M cc/test/fake_tile_manager.h View 2 chunks +9 lines, -3 lines 0 comments Download
M cc/test/fake_tile_manager.cc View 1 chunk +17 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
reveman
7 years, 5 months ago (2013-07-15 23:24:53 UTC) #1
reveman
7 years, 5 months ago (2013-07-15 23:34:36 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r211730.

Powered by Google App Engine
This is Rietveld 408576698