mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1023677 - Mark BasicCompositor as not supporting component alpha layers. r=roc
This commit is contained in:
parent
e792cb3427
commit
dc0de81b8d
@ -145,6 +145,9 @@ public:
|
||||
|
||||
CompositorChild* GetCompositorChild();
|
||||
|
||||
// Disable component alpha layers with the software compositor.
|
||||
virtual bool AreComponentAlphaLayersEnabled() MOZ_OVERRIDE { return IsCompositingCheap(); }
|
||||
|
||||
/**
|
||||
* Called for each iteration of a progressive tile update. Updates
|
||||
* aMetrics with the current scroll offset and scale being used to composite
|
||||
|
@ -1663,7 +1663,7 @@ skip-if(B2G) == 641770-1.html 641770-1-ref.html
|
||||
== 641856-1.html 641856-1-ref.html
|
||||
== 645491-1.html 645491-1-ref.html
|
||||
== 645768-1.html 645768-1-ref.html
|
||||
fails-if(winWidget&&!layersGPUAccelerated) fails-if(layersGPUAccelerated&&cocoaWidget) fails-if(Android&&AndroidVersion<15&&AndroidVersion!=10) == 650228-1.html 650228-1-ref.html # Quartz alpha blending doesn't match GL alpha blending
|
||||
fails-if(layersGPUAccelerated&&cocoaWidget) fails-if(Android&&AndroidVersion<15&&AndroidVersion!=10) == 650228-1.html 650228-1-ref.html # Quartz alpha blending doesn't match GL alpha blending
|
||||
needs-focus == 652301-1a.html 652301-1-ref.html
|
||||
needs-focus == 652301-1b.html 652301-1-ref.html
|
||||
== 652775-1.html 652775-1-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user