mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1260391
: Fix |ImageBridgeChild::UseOverlaySource|, r=dvander
This commit is contained in:
parent
da166b0f2c
commit
b2c3effe60
@ -226,8 +226,13 @@ ImageBridgeChild::UseOverlaySource(CompositableClient* aCompositable,
|
||||
{
|
||||
MOZ_ASSERT(aCompositable);
|
||||
MOZ_ASSERT(aCompositable->IsConnected());
|
||||
mTxn->AddEdit(OpUseOverlaySource(nullptr, aCompositable->GetIPDLActor(),
|
||||
aOverlay, aPictureRect));
|
||||
|
||||
CompositableOperation op(
|
||||
nullptr,
|
||||
aCompositable->GetIPDLActor(),
|
||||
OpUseOverlaySource(aOverlay, aPictureRect));
|
||||
|
||||
mTxn->AddEdit(op);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user