Bug 1078275 - Ensure the first transaction received in the compositor is treated as a first-paint. r=mstange

This commit is contained in:
Kartikaya Gupta 2015-02-06 15:16:53 -05:00
Родитель 80b2776bdb
Коммит d63f26895e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -78,7 +78,7 @@ public:
explicit AsyncCompositionManager(LayerManagerComposite* aManager)
: mLayerManager(aManager)
, mIsFirstPaint(false)
, mIsFirstPaint(true)
, mLayersUpdated(false)
, mReadyForCompose(true)
{