Bug 1132854 - Make nsIntSize a typedef of gfx::IntSize. r=Bas, roc
This commit is contained in:
@@ -623,7 +623,7 @@ nsBaseDragService::DrawDragForImage(nsPresContext* aPresContext,
|
||||
if (aImageLoader) {
|
||||
RefPtr<DrawTarget> dt =
|
||||
gfxPlatform::GetPlatform()->
|
||||
CreateOffscreenContentDrawTarget(destSize.ToIntSize(),
|
||||
CreateOffscreenContentDrawTarget(destSize,
|
||||
SurfaceFormat::B8G8R8A8);
|
||||
if (!dt)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user