зеркало из https://github.com/mozilla/gecko-dev.git
Bug 846236 - Verify the buffer descriptor is a shared texture. r=ncameron, a=tef+
This commit is contained in:
Родитель
b614a50859
Коммит
a051f16fab
|
@ -478,7 +478,7 @@ ShadowCanvasLayerOGL::GetLayer()
|
|||
LayerRenderState
|
||||
ShadowCanvasLayerOGL::GetRenderState()
|
||||
{
|
||||
if (mDestroyed) {
|
||||
if (mDestroyed || !IsValidSharedTexDescriptor(mFrontBufferDescriptor)) {
|
||||
return LayerRenderState();
|
||||
}
|
||||
return LayerRenderState(&mFrontBufferDescriptor,
|
||||
|
|
Загрузка…
Ссылка в новой задаче