зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
831c355e81
Коммит
d48b91e66d
|
@ -60,7 +60,6 @@ bool RenderCompositorNative::BeginFrame() {
|
|||
if (!mNativeLayerForEntireWindow) {
|
||||
mNativeLayerForEntireWindow =
|
||||
mNativeLayerRoot->CreateLayer(bufferSize, false, mSurfacePoolHandle);
|
||||
mNativeLayerForEntireWindow->SetSurfaceIsFlipped(true);
|
||||
mNativeLayerRoot->AppendLayer(mNativeLayerForEntireWindow);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче