RESOLVED FIXED 75658
Enable a compositing trigger for filters
https://bugs.webkit.org/show_bug.cgi?id=75658
Summary Enable a compositing trigger for filters
Noam Rosenthal
Reported 2012-01-05 15:22:14 PST
For Qt, we would like an option to force the compositing path for filters, and the right place to do so seems to be RenderLayerCompositor and the triggers in ChromeClient.
Attachments
Patch (3.35 KB, patch)
2012-01-05 15:32 PST, Noam Rosenthal
simon.fraser: review+
Patch (3.30 KB, patch)
2012-01-06 14:07 PST, Noam Rosenthal
no flags
Noam Rosenthal
Comment 1 2012-01-05 15:32:04 PST
Noam Rosenthal
Comment 2 2012-01-06 14:07:54 PST
WebKit Review Bot
Comment 3 2012-01-06 15:13:18 PST
Comment on attachment 121492 [details] Patch Clearing flags on attachment: 121492 Committed r104347: <http://trac.webkit.org/changeset/104347>
WebKit Review Bot
Comment 4 2012-01-06 15:13:22 PST
All reviewed patches have been landed. Closing bug.
Alexandru Chiculita
Comment 5 2012-01-09 04:23:54 PST
This patch broke the cases when some of the filters do not render in composited mode. That's because RenderLayerBacking::paintIntoLayer has no logic for applying filters yet. I've added https://bugs.webkit.org/show_bug.cgi?id=75842 to fix that.
Note You need to log in before you can comment on or make changes to this bug.