Bug 1519636 - First reformat with clang-format 13.0.0. r=firefox-build-system-reviewers,sylvestre,mhentges
Updated with clang-format version 13.0.0 (taskcluster-OgjH5lasS5K_fvefdRcJVg) Depends on D131114 Differential Revision: https://phabricator.services.mozilla.com/D129119
This commit is contained in:
@@ -422,9 +422,10 @@ void AsyncImagePipelineManager::ApplyAsyncImageForPipeline(
|
||||
float(aPipeline->mCurrentTexture->GetSize().width),
|
||||
float(aPipeline->mCurrentTexture->GetSize().height)};
|
||||
computedTransform.rotation = ToWrRotation(aPipeline->mRotation);
|
||||
// We don't have a frame / per-frame key here, but we can use the pipeline id and
|
||||
// the key kind to create a unique stable key.
|
||||
computedTransform.key = wr::SpatialKey(aPipelineId.mNamespace, aPipelineId.mHandle, wr::SpatialKeyKind::APZ);
|
||||
// We don't have a frame / per-frame key here, but we can use the pipeline id
|
||||
// and the key kind to create a unique stable key.
|
||||
computedTransform.key = wr::SpatialKey(
|
||||
aPipelineId.mNamespace, aPipelineId.mHandle, wr::SpatialKeyKind::APZ);
|
||||
params.computed_transform = &computedTransform;
|
||||
|
||||
Maybe<wr::WrSpatialId> referenceFrameId =
|
||||
|
||||
Reference in New Issue
Block a user