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

Issue 791613002: Oilpan: use Member<> for FilterEffect's filter reference. (Closed)

Created:
6 years ago by sof
Modified:
6 years ago
Reviewers:
oilpan-reviews, haraken
CC:
blink-reviews, Dominik Röttsches, krit, Rik, jbroman, danakj, pdr+graphicswatchlist_chromium.org, f(malita), Stephen Chennney, rwlbuis
Project:
blink
Visibility:
Public.

Description

Oilpan: use Member<> for FilterEffect's filter reference. Both FilterEffect and SkiaImageFilterBuilder keep assumed strong references to GCed objects, but without tracing them. Add the required Member<> to these references and trace them (when explicitly needed.) R=haraken BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186767

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -5 lines) Patch
M Source/platform/graphics/filters/FilterEffect.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/filters/FilterEffect.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/platform/graphics/filters/SkiaImageFilterBuilder.h View 3 chunks +3 lines, -1 line 0 comments Download
M Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
sof
Please take a look.
6 years ago (2014-12-09 08:41:15 UTC) #2
haraken
LGTM
6 years ago (2014-12-09 08:44:15 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/791613002/1
6 years ago (2014-12-09 09:00:37 UTC) #5
commit-bot: I haz the power
6 years ago (2014-12-09 10:04:31 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=186767

Powered by Google App Engine
This is Rietveld 408576698