Bug 1284837 - Build fix. We need to to unbreak m-c and other trees builds. a=tomcat

This commit is contained in:
Nicolas Silva 2016-07-26 18:55:28 +02:00
parent 6da1d865fe
commit ff0e3782b1

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) {