[Webkit-unassigned] [Bug 70117] Expose HTMLCanvasElement supportsContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 3 13:44:05 PDT 2013


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





--- Comment #28 from Tim Horton <thorton at apple.com>  2013-06-03 13:42:38 PST ---
(From update of attachment 203623)
View in context: https://bugs.webkit.org/attachment.cgi?id=203623&action=review

> Source/WebCore/html/HTMLCanvasElement.cpp:226
> +    if (settings && settings->webGLEnabled()
> +#if !PLATFORM(GTK) && !PLATFORM(EFL) && !PLATFORM(QT)
> +        && settings->acceleratedCompositingEnabled()
> +#endif

I'm a bit confused about this.

--- Comment #29 from Tim Horton <thorton at apple.com>  2013-06-03 13:42:38 PST ---
(From update of attachment 203623)
View in context: https://bugs.webkit.org/attachment.cgi?id=203623&action=review

> Source/WebCore/html/HTMLCanvasElement.cpp:226
> +    if (settings && settings->webGLEnabled()
> +#if !PLATFORM(GTK) && !PLATFORM(EFL) && !PLATFORM(QT)
> +        && settings->acceleratedCompositingEnabled()
> +#endif

I'm a bit confused about this.

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