Bug 997336 - Account for the DrawTarget 'device offset' when drawing layers with a mask. r=Bas
This commit is contained in:
@@ -835,6 +835,7 @@ BasicLayerManager::PaintSelfOrChildren(PaintLayerContext& aPaintContext,
|
||||
aPaintContext.mReadback);
|
||||
} else {
|
||||
data->Paint(aGroupTarget->GetDrawTarget(),
|
||||
aGroupTarget->GetDeviceOffset(),
|
||||
aPaintContext.mLayer->GetMaskLayer());
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user