Bug 1415469 - Remove mDeviceResetSequenceNumber from TDR process since we don't need it anymore; r=dvander

MozReview-Commit-ID: 3uQQwW8QOJA
This commit is contained in:
Kevin Chen
2017-11-08 15:26:43 +08:00
parent 3d750bfa9c
commit 25f63c78eb
10 changed files with 6 additions and 64 deletions

View File

@@ -1388,7 +1388,7 @@ void nsBaseWidget::CreateCompositor(int aWidth, int aHeight)
}
lf->SetShadowManager(shadowManager);
lm->UpdateTextureFactoryIdentifier(textureFactoryIdentifier, 0);
lm->UpdateTextureFactoryIdentifier(textureFactoryIdentifier);
// Some popup or transparent widgets may use a different backend than the
// compositors used with ImageBridge and VR (and more generally web content).
if (WidgetTypeSupportsAcceleration()) {