[Webkit-unassigned] [Bug 208135] Remove throttling code from RenderLayerCompositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 25 11:04:23 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=208135

--- Comment #11 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 391635
  --> https://bugs.webkit.org/attachment.cgi?id=391635
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=391635&action=review

> Source/WebCore/platform/graphics/GraphicsLayerClient.h:101
> -    virtual void notifyFlushRequired(const GraphicsLayer*) { }
> +    virtual void notifyRenderingUpdateRequired(const GraphicsLayer*) { }

I would not have renamed this one, because it should have the same name as GraphicsLayer::flushCompositingState() which you did not rename.

Down here we're flushing, not doing rendering updates.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200225/2235d952/attachment-0001.htm>


More information about the webkit-unassigned mailing list