зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1404627: Atomically refcount Path objects for use with OMTP. r=mattwoodrow
MozReview-Commit-ID: 2TeLChDL4OY
This commit is contained in:
Родитель
0b3e927666
Коммит
3ad5ed6346
|
@ -617,7 +617,7 @@ class FlattenedPath;
|
|||
/** The path class is used to create (sets of) figures of any shape that can be
|
||||
* filled or stroked to a DrawTarget
|
||||
*/
|
||||
class Path : public RefCounted<Path>
|
||||
class Path : public external::AtomicRefCounted<Path>
|
||||
{
|
||||
public:
|
||||
MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(Path)
|
||||
|
|
Загрузка…
Ссылка в новой задаче