[Webkit-unassigned] [Bug 57848] [Chromium] allow concurrent Skia and CG datatypes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 10:27:18 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57848





--- Comment #4 from Cary Clark <caryclark at google.com>  2011-04-06 10:27:18 PST ---
Nico: There are other places where CG-specific code is required. However, these files together make up a nice chunk and are interdependent.

I thought about creating a new preprocessor definition, but did not see precedent for doing things that way. The current way, while verbose, is completely self-documenting, where USE(CG_PRIMITIVES) would hide slightly that this code is used when CoreGraphics is the platform graphics implementation, and when Skia+Chromium+Darwin is chosen.

However, I'm happy to change it to match WebKit conventions.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list