DescriptionMove SourceRange and CSSPropertySourceData classes off-heap.
SourceRange is a value/POD class that has no complex
sharing or lifetime handling associated with it. It does not
meet minimal requirements that we've now settled on for when
an object ought to be Oilpan managed -- doesn't have other
heap references nor sharing&lifetime issues that would benefit
from Oilpan use -- hence, we should move it off-heap.
With SourceRange off-heap, a number of classes that package up
SourceRanges in various ways can be converted to off-heap
classes also.
R=
BUG=
Committed: https://crrev.com/76d48b679c0f977b5ba276e28e24d4b820d6bd73
Cr-Commit-Position: refs/heads/master@{#399428}
Patch Set 1 #Patch Set 2 : fix untidy ref-ptr handling #
Messages
Total messages: 15 (7 generated)
|