Bug 1040906 - Replace the out-param on matrix conversion helpers with a return value. r=Bas
This commit is contained in:
@@ -897,8 +897,7 @@ BasicLayerManager::PaintLayer(gfxContext* aTarget,
|
||||
temp->Paint();
|
||||
}
|
||||
#endif
|
||||
gfx3DMatrix effectiveTransform;
|
||||
gfx::To3DMatrix(aLayer->GetEffectiveTransform(), effectiveTransform);
|
||||
gfx3DMatrix effectiveTransform = gfx::To3DMatrix(aLayer->GetEffectiveTransform());
|
||||
nsRefPtr<gfxASurface> result =
|
||||
Transform3D(untransformedDT->Snapshot(), aTarget, bounds,
|
||||
effectiveTransform, destRect);
|
||||
|
||||
Reference in New Issue
Block a user