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
ec21fef85a
commit
bdbfb15586
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user