RESOLVED FIXED 100905
CoordinatedGraphicsArgumentCoders should use ValidatedCustomFitlerOperation instead
https://bugs.webkit.org/show_bug.cgi?id=100905
Summary CoordinatedGraphicsArgumentCoders should use ValidatedCustomFitlerOperation i...
Alexandru Chiculita
Reported 2012-10-31 17:25:15 PDT
CoordinatedGraphicsArgumentCoders uses the CustomFilterOperation, but it will never receive it anymore. It needs to be updated to use the ValidatedCustomFilterOperation instead.
Attachments
Patch V1 (8.14 KB, patch)
2012-11-02 13:41 PDT, Alexandru Chiculita
noam: review+
noam: commit-queue-
Dongseong Hwang
Comment 1 2012-11-01 16:35:30 PDT
Thank you for filing this bug. I can do it. Could I do?
Alexandru Chiculita
Comment 2 2012-11-02 13:41:04 PDT
Created attachment 172128 [details] Patch V1
Noam Rosenthal
Comment 3 2012-11-02 16:04:43 PDT
Comment on attachment 172128 [details] Patch V1 View in context: https://bugs.webkit.org/attachment.cgi?id=172128&action=review LGTM > Source/WebCore/platform/graphics/filters/CustomFilterValidatedProgram.h:83 > + const String& validatedVertexShader() const { ASSERT(m_isInitialized); return m_validatedVertexShader; } > + const String& validatedFragmentShader() const { ASSERT(m_isInitialized); return m_validatedFragmentShader; } These functions deserve some more line breaks :)
Alexandru Chiculita
Comment 4 2012-11-07 10:30:11 PST
Note You need to log in before you can comment on or make changes to this bug.