Bug 967473 - Fix layer diagnostics with tiling. r=BenWa

This commit is contained in:
Nicolas Silva 2014-02-04 17:18:10 +01:00
Родитель dd309827d0
Коммит fea0e2a5e6
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -205,9 +205,9 @@ TiledContentHost::RenderTile(const TiledTexture& aTile,
textureRect.width / aTextureBounds.width,
textureRect.height / aTextureBounds.height);
mCompositor->DrawQuad(graphicsRect, aClipRect, aEffectChain, aOpacity, aTransform);
mCompositor->DrawDiagnostics(DIAGNOSTIC_CONTENT|DIAGNOSTIC_TILE,
graphicsRect, aClipRect, aTransform);
}
mCompositor->DrawDiagnostics(DIAGNOSTIC_CONTENT|DIAGNOSTIC_TILE,
aScreenRegion, aClipRect, aTransform);
aTile.mDeprecatedTextureHost->Unlock();
}