mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
Merge mozilla-central to fx-team
This commit is contained in:
commit
7346d8022c
@ -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