mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 980272 - Make DataSourceSurfaceD2D::Map set mIsMapped. r=Bas
--HG-- extra : rebase_source : cb485b1cf09dc570fed1e495ce7bfd83b03788c8
This commit is contained in:
parent
9d2ab6314e
commit
396719ba1e
@ -260,6 +260,7 @@ DataSourceSurfaceD2D::Map(MapType aMapType, MappedSurface *aMappedSurface)
|
||||
|
||||
aMappedSurface->mData = (uint8_t*)map.pData;
|
||||
aMappedSurface->mStride = map.RowPitch;
|
||||
mIsMapped = true;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user