Skip to content

Commit 81bc92f

Browse files
committed
Uncomment erroneously commented instruction
1 parent 2deb416 commit 81bc92f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ void CoordinatedGraphicsLayer::updatePlatformLayer()
759759
// They won't request a composition with this new buffer, so we need to ensure that the composition is
760760
// triggered in case no other component does it.
761761
downcast<Nicosia::ContentLayerTextureMapperImpl>(m_nicosia.contentLayer->impl()).swapBuffersIfNeeded();
762-
// m_nicosia.performLayerSync |= true;
762+
m_nicosia.performLayerSync |= true;
763763
}
764764
#endif
765765
}

0 commit comments

Comments
 (0)