зеркало из https://github.com/mozilla/gecko-dev.git
Bug 781380 - Follow-up fix for a change that was lost in the original landing. r=ajones
This commit is contained in:
Родитель
69c7bd41f1
Коммит
b69a930716
|
@ -803,7 +803,7 @@ DrawTargetCairo::CreateSimilarDrawTarget(const IntSize &aSize, SurfaceFormat aFo
|
|||
|
||||
if (!cairo_surface_status(similar)) {
|
||||
RefPtr<DrawTargetCairo> target = new DrawTargetCairo();
|
||||
target->Init(similar, aSize);
|
||||
target->InitAlreadyReferenced(similar, aSize);
|
||||
return target;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче