зеркало из https://github.com/mozilla/gecko-dev.git
Bug 591358 - Report canvas element allocation sizes to the GC. r=gal
This commit is contained in:
Родитель
9bd2dad0c1
Коммит
83e3c949c1
|
@ -1119,6 +1119,7 @@ nsCanvasRenderingContext2D::SetDimensions(PRInt32 width, PRInt32 height)
|
|||
}
|
||||
|
||||
gCanvasMemoryUsed += width * height * 4;
|
||||
JS_updateMallocCounter(nsContentUtils::GetCurrentJSContext(), width * height * 4);
|
||||
}
|
||||
|
||||
return InitializeWithSurface(NULL, surface, width, height);
|
||||
|
|
Загрузка…
Ссылка в новой задаче