зеркало из https://github.com/mozilla/gecko-dev.git
Fix missing mutation when changing SimpleLayerAttributes. (bug 1334715, r=mattwoodrow)
This commit is contained in:
Родитель
78ee8c8c65
Коммит
6a8dda71e3
|
@ -913,7 +913,7 @@ Layer::ApplyPendingUpdatesForThisTransaction()
|
|||
if (mPendingTransform && *mPendingTransform != mSimpleAttrs.Transform()) {
|
||||
MOZ_LAYERS_LOG_IF_SHADOWABLE(this, ("Layer::Mutated(%p) PendingUpdatesForThisTransaction", this));
|
||||
mSimpleAttrs.SetTransform(*mPendingTransform);
|
||||
Mutated();
|
||||
MutatedSimple();
|
||||
}
|
||||
mPendingTransform = nullptr;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче