Merge mozilla-central to fx-team

This commit is contained in:
Carsten "Tomcat" Book 2016-07-27 08:17:15 +02:00
commit 7346d8022c

View File

@ -41,7 +41,7 @@ gfxQuartzNativeDrawing::BeginNativeDrawing()
mTempDrawTarget =
Factory::CreateDrawTarget(BackendType::COREGRAPHICS,
IntSize(mNativeRect.width, mNativeRect.height),
IntSize::Truncate(mNativeRect.width, mNativeRect.height),
SurfaceFormat::B8G8R8A8);
if (mTempDrawTarget) {