[Webkit-unassigned] [Bug 117805] WebGL needs PLATFORM(WIN) to

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 19 21:04:43 PDT 2013


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


Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #205024|review?                     |review+
               Flag|                            |




--- Comment #2 from Brent Fulgham <bfulgham at webkit.org>  2013-06-19 21:03:22 PST ---
(From update of attachment 205024)
View in context: https://bugs.webkit.org/attachment.cgi?id=205024&action=review

> Source/WebCore/platform/graphics/GraphicsContext3D.h:777
> +#if PLATFORM(GTK) || PLATFORM(EFL) || USE(CAIRO)

This might be better as PLATFORM(WIN_CAIRO), since GTK and EFL both USE(CAIRO).  Or, we could just make it "#if USE(CAIRO)".

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