[webkit-reviews] review requested: [Bug 123330] Fix the ENABLE(CSS_FILTERS) && USE(COORDINATED_GRAPHICS) build after r157803 : [Attachment 215158] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 25 03:09:58 PDT 2013


Csaba Osztrogonac <ossy at webkit.org> has asked  for review:
Bug 123330: Fix the ENABLE(CSS_FILTERS) && USE(COORDINATED_GRAPHICS) build
after r157803
https://bugs.webkit.org/show_bug.cgi?id=123330

Attachment 215158: Patch
https://bugs.webkit.org/attachment.cgi?id=215158&action=review

------- Additional Comments from Csaba Osztrogonac <ossy at webkit.org>
Coordinated Graphics already has its own implementation for encoding/decoding
FilterOperations in
Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.cpp
and it works with FilterOperation::VALIDATED_CUSTOM typed filter operations
too. r157803 caused build failure on USE(COORDINATED_GRAPHICS) platforms if
ENABLE(CSS_FILTERS) is true due to duplicated encoder/decoder implementation.


More information about the webkit-reviews mailing list