We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb253e7 + e651fb8 commit 6fdcf6cCopy full SHA for 6fdcf6c
1 file changed
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp
@@ -266,8 +266,8 @@ void LayerTreeHost::pauseRendering()
266
void LayerTreeHost::resumeRendering()
267
{
268
m_isSuspended = false;
269
+ renderNextFrame(true);
270
m_compositor->resume();
- scheduleLayerFlush();
271
}
272
273
GraphicsLayerFactory* LayerTreeHost::graphicsLayerFactory()
0 commit comments