We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2deb416 commit 81bc92fCopy full SHA for 81bc92f
1 file changed
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp
@@ -759,7 +759,7 @@ void CoordinatedGraphicsLayer::updatePlatformLayer()
759
// They won't request a composition with this new buffer, so we need to ensure that the composition is
760
// triggered in case no other component does it.
761
downcast<Nicosia::ContentLayerTextureMapperImpl>(m_nicosia.contentLayer->impl()).swapBuffersIfNeeded();
762
- // m_nicosia.performLayerSync |= true;
+ m_nicosia.performLayerSync |= true;
763
}
764
#endif
765
0 commit comments