Bug 75658 - Enable a compositing trigger for filters
Summary: Enable a compositing trigger for filters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-05 15:22 PST by Noam Rosenthal
Modified: 2012-01-09 04:23 PST (History)
4 users (show)

See Also:


Attachments
Patch (3.35 KB, patch)
2012-01-05 15:32 PST, Noam Rosenthal
simon.fraser: review+
Details | Formatted Diff | Diff
Patch (3.30 KB, patch)
2012-01-06 14:07 PST, Noam Rosenthal
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Noam Rosenthal 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.
Comment 1 Noam Rosenthal 2012-01-05 15:32:04 PST
Created attachment 121349 [details]
Patch
Comment 2 Noam Rosenthal 2012-01-06 14:07:54 PST
Created attachment 121492 [details]
Patch
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2012-01-06 15:13:22 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Alexandru Chiculita 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.