зеркало из https://github.com/mozilla/gecko-dev.git
Bug 564991. Part 40: ThebesLayers painted with variable opacity can still be OPAQUE_CONTENT themselves. r=bas
This commit is contained in:
Родитель
bcfd77d28a
Коммит
6da468e0e8
|
@ -319,7 +319,7 @@ BasicThebesLayer::Paint(gfxContext* aContext,
|
|||
}
|
||||
|
||||
PRUint32 flags = 0;
|
||||
if (UseOpaqueSurface(this) && aOpacity == 1.0) {
|
||||
if (UseOpaqueSurface(this)) {
|
||||
flags |= ThebesLayerBuffer::OPAQUE_CONTENT;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче