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

Issue 251003002: cc: prevent TileManager raster/eviction tile iterators copy. (Closed)

Created:
6 years, 8 months ago by vmpstr
Modified:
6 years, 7 months ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

cc: prevent TileManager raster/eviction tile iterators copy. This patch ensures that iterators cannot be copied.. Since we rely on a member heap that points to another member vector, we can't do a naive copy. Instead we would have to reconstruct the heap to point to the new members, but it's better to just restrict copy altogether. R=enne Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267042

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M cc/resources/tile_manager.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 3 chunks +8 lines, -12 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
vmpstr
Please take a look.
6 years, 8 months ago (2014-04-25 20:12:31 UTC) #1
vmpstr
On 2014/04/25 20:12:31, vmpstr wrote: > Please take a look. ping
6 years, 7 months ago (2014-04-29 17:07:59 UTC) #2
enne (OOO)
When do these need to be copied? If they don't, DISALLOW_COPY_AND_ASSIGN seems like a better ...
6 years, 7 months ago (2014-04-29 18:08:17 UTC) #3
vmpstr
On 2014/04/29 18:08:17, enne wrote: > When do these need to be copied? If they ...
6 years, 7 months ago (2014-04-29 18:39:13 UTC) #4
enne (OOO)
lgtm
6 years, 7 months ago (2014-04-29 18:47:29 UTC) #5
vmpstr
The CQ bit was checked by vmpstr@chromium.org
6 years, 7 months ago (2014-04-29 18:49:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/251003002/10001
6 years, 7 months ago (2014-04-29 18:51:30 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 19:18:45 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel on tryserver.chromium
6 years, 7 months ago (2014-04-29 19:18:45 UTC) #9
vmpstr
The CQ bit was checked by vmpstr@chromium.org
6 years, 7 months ago (2014-04-29 23:09:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vmpstr@chromium.org/251003002/10001
6 years, 7 months ago (2014-04-29 23:10:20 UTC) #11
commit-bot: I haz the power
6 years, 7 months ago (2014-04-30 02:01:32 UTC) #12
Message was sent while issue was closed.
Change committed as 267042

Powered by Google App Engine
This is Rietveld 408576698