[CoordinatedGraphics] CompositingCoordinator destructor is scheduling layer flushes
Created attachment 270559 [details] Patch
Comment on attachment 270559 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=270559&action=review > Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.cpp:64 > + TemporaryChange<bool> destructing(m_isDestructing, true); Do we really need to make this temporal change? What's the point of setting back its original value if this is the destructor?
Comment on attachment 270559 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=270559&action=review >> Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.cpp:64 >> + TemporaryChange<bool> destructing(m_isDestructing, true); > > Do we really need to make this temporal change? What's the point of setting back its original value if this is the destructor? Heh, noted.
Committed r196056: <http://trac.webkit.org/changeset/196056>