Bug 102529

Summary: [CSS Shaders] Remove the meshType from the CustomFilterOperations.
Product: WebKit Reporter: Alexandru Chiculita <achicu>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achicu, allan.jensen, cmarcelo, commit-queue, dino, esprehn+autocc, luiz, macpherson, menard, michelangelo, mvujovic, noam, ojan.autocc, webkit-ews, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 71392    
Attachments:
Description Flags
Patch
none
Patch none

Description Alexandru Chiculita 2012-11-16 09:48:54 PST
MeshType is already defined by the program, so remove the m_meshType from the CustomFilterOperations.
Comment 1 Qiankun Miao 2013-04-02 02:03:14 PDT
Created attachment 196103 [details]
Patch
Comment 2 Early Warning System Bot 2013-04-02 02:08:45 PDT
Comment on attachment 196103 [details]
Patch

Attachment 196103 [details] did not pass qt-wk2-ews (qt):
Output: http://webkit-commit-queue.appspot.com/results/17361793
Comment 3 Early Warning System Bot 2013-04-02 02:09:34 PDT
Comment on attachment 196103 [details]
Patch

Attachment 196103 [details] did not pass qt-ews (qt):
Output: http://webkit-commit-queue.appspot.com/results/17332653
Comment 4 Michelangelo De Simone 2013-04-16 11:22:58 PDT
This looks good, thanks for working on it.

If you need any help fixing this patch for Qt just let me know, I'll be most happy to help you.
Comment 5 Dean Jackson 2013-04-20 14:11:18 PDT
Comment on attachment 196103 [details]
Patch

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

> Source/WebCore/ChangeLog:11
> +        MeshType can be got from program, so remove the m_meshType related
> +        code in CustomFilterOperations.

Change "got" to "accessed"
Comment 6 Dean Jackson 2013-04-20 14:12:28 PDT
This looks good. Should be a simple fix for QT and then I'll r+
Comment 7 Qiankun Miao 2013-04-24 03:47:39 PDT
Created attachment 199410 [details]
Patch
Comment 8 Michelangelo De Simone 2013-04-25 15:34:09 PDT
*** Bug 101069 has been marked as a duplicate of this bug. ***
Comment 9 Michelangelo De Simone 2013-04-25 15:39:14 PDT
Thank you very much Qiankun, your help is sincerely appreciated.:)
Comment 10 WebKit Commit Bot 2013-04-25 16:05:30 PDT
Comment on attachment 199410 [details]
Patch

Clearing flags on attachment: 199410

Committed r149153: <http://trac.webkit.org/changeset/149153>
Comment 11 WebKit Commit Bot 2013-04-25 16:05:35 PDT
All reviewed patches have been landed.  Closing bug.