Bug 1729476 - Remove unused CompositorBridgeChild::NotifyFinishedAsyncEndLayerTransaction(). r=gfx-reviewers,nical

Differential Revision: https://phabricator.services.mozilla.com/D124812
This commit is contained in:
Tetsuharu Ohzeki 2021-09-07 22:37:45 +00:00
parent a5c7ab55a9
commit 69221cf5b7

View File

@ -208,11 +208,6 @@ class CompositorBridgeChild final : public PCompositorBridgeChild,
// must be executed.
bool NotifyBeginAsyncEndLayerTransaction(SyncObjectClient* aSyncObject);
// Must only be called from the paint thread. Notifies the CompositorBridge
// that the paint thread has finished all async paints and and may do the
// requested texture sync and resume sending messages.
void NotifyFinishedAsyncEndLayerTransaction();
private:
// Private destructor, to discourage deletion outside of Release():
virtual ~CompositorBridgeChild();