mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1284837 - Build fix. We need to to unbreak m-c and other trees builds. a=tomcat
This commit is contained in:
parent
6da1d865fe
commit
ff0e3782b1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user