Bug 1608330 - Use Run<RPROC> instead of calling Present directly. r=lsalzman

Differential Revision: https://phabricator.services.mozilla.com/D60091

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jeff Gilbert 2020-01-16 03:09:13 +00:00
parent 1535129890
commit 3870cfafe7

View File

@ -439,7 +439,7 @@ void ClientWebGLContext::BeginComposition() {
if (!mNotLost) return;
if (mNotLost->inProcess) {
WEBGL_BRIDGE_LOGI("[%p] Presenting", this);
mNotLost->inProcess->Present();
Run<RPROC(Present)>();
}
}