зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1259785: Do a proper flush when taking a snapshot so our dependent targets and command lists get appropriately cleared. r=jrmuizel
MozReview-Commit-ID: D49eFNRGD2V --HG-- extra : rebase_source : 79bc34d1822396e87eedb5913ac56ecbf1b65fa3
This commit is contained in:
Родитель
6cf6655ddf
Коммит
c7a2d932b2
|
@ -88,7 +88,7 @@ DrawTargetD2D1::Snapshot()
|
|||
}
|
||||
PopAllClips();
|
||||
|
||||
mDC->Flush();
|
||||
Flush();
|
||||
|
||||
mSnapshot = new SourceSurfaceD2D1(mBitmap, mDC, mFormat, mSize, this);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче