[Webkit-unassigned] [Bug 118326] Preparing WebCore to receive Nix Port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 3 11:05:47 PDT 2013


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





--- Comment #4 from Rafael Brandao <rafael.lobo at webkit.org>  2013-07-03 11:07:44 PST ---
(From update of attachment 205945)
View in context: https://bugs.webkit.org/attachment.cgi?id=205945&action=review

> Source/WebCore/platform/graphics/cairo/GLContext.cpp:22
> +#if USE(OPENGL) || USE(OPENGL_ES_2)

I think you should add "|| (PLATFORM(NIX) && USE(OPENGL_ES_2))" to make sure you don't affect other ports. It's not clear for me why this change is nix specific.

-- 
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