[Webkit-unassigned] [Bug 16979] Patch to conditionalize some CG/Cairo support in win32

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 14:06:20 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16979


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18829|review?                     |review-
               Flag|                            |




------- Comment #37 from aroben at apple.com  2008-01-31 14:06 PDT -------
(From update of attachment 18829)
-#include "GraphicsContextPlatformPrivate.h"
+#include "cg/GraphicsContextPlatformPrivate.h"

While this works, it's not the way we do it. Instead of adding "cg/" to the
header path, you should add the cg directory to the project's include path
(defined in the .vcproj file).

Otherwise looks good, though.


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



More information about the webkit-unassigned mailing list