зеркало из https://github.com/mozilla/pjs.git
Bug 647462 - Video layer should not be ARGB by default; r=chris.double
This commit is contained in:
Родитель
5a2c69b6cb
Коммит
2745f0c65e
|
@ -276,6 +276,7 @@ nsVideoFrame::BuildLayer(nsDisplayListBuilder* aBuilder,
|
|||
|
||||
layer->SetContainer(container);
|
||||
layer->SetFilter(nsLayoutUtils::GetGraphicsFilterForFrame(this));
|
||||
layer->SetContentFlags(Layer::CONTENT_OPAQUE);
|
||||
// Set a transform on the layer to draw the video in the right place
|
||||
gfxMatrix transform;
|
||||
transform.Translate(r.pos);
|
||||
|
|
Загрузка…
Ссылка в новой задаче