зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1027794 - Don't copy the visible region when rendering. r=bjacob
This commit is contained in:
Родитель
92ab75df00
Коммит
eb79d62834
|
@ -133,7 +133,7 @@ ThebesLayerComposite::RenderLayer(const nsIntRect& aClipRect)
|
|||
LayerManagerComposite::AutoAddMaskEffect autoMaskEffect(mMaskLayer, effectChain);
|
||||
AddBlendModeEffect(effectChain);
|
||||
|
||||
nsIntRegion visibleRegion = GetEffectiveVisibleRegion();
|
||||
const nsIntRegion& visibleRegion = GetEffectiveVisibleRegion();
|
||||
|
||||
TiledLayerProperties tiledLayerProps;
|
||||
if (mRequiresTiledProperties) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче