mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1078275 - Ensure the first transaction received in the compositor is treated as a first-paint. r=mstange
This commit is contained in:
parent
8907f5656e
commit
be73e7767a
@ -78,7 +78,7 @@ public:
|
||||
|
||||
explicit AsyncCompositionManager(LayerManagerComposite* aManager)
|
||||
: mLayerManager(aManager)
|
||||
, mIsFirstPaint(false)
|
||||
, mIsFirstPaint(true)
|
||||
, mLayersUpdated(false)
|
||||
, mReadyForCompose(true)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user