Bug 1680128 - Do not flip surface when not using native compositor, r=mstange

Differential Revision: https://phabricator.services.mozilla.com/D110398
This commit is contained in:
Robert Mader 2021-04-01 10:18:31 +00:00
Родитель 831c355e81
Коммит d48b91e66d
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -60,7 +60,6 @@ bool RenderCompositorNative::BeginFrame() {
if (!mNativeLayerForEntireWindow) {
mNativeLayerForEntireWindow =
mNativeLayerRoot->CreateLayer(bufferSize, false, mSurfacePoolHandle);
mNativeLayerForEntireWindow->SetSurfaceIsFlipped(true);
mNativeLayerRoot->AppendLayer(mNativeLayerForEntireWindow);
}
}