[Webkit-unassigned] [Bug 155927] [TexMap] Trim redundant guards

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 27 22:43:48 PDT 2016


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

Gyuyoung Kim <gyuyoung.kim at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #274993|review?                     |review-
              Flags|                            |

--- Comment #3 from Gyuyoung Kim <gyuyoung.kim at webkit.org> ---
Comment on attachment 274993
  --> https://bugs.webkit.org/attachment.cgi?id=274993
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=274993&action=review

r- because of missing bug url in ChangeLog.

> Source/WebCore/ChangeLog:4
> +        Need the bug URL (OOPS!).

Missing bug number.

> Source/WebCore/platform/graphics/GraphicsContext3DPrivate.cpp:-114
> -#elif USE(TEXTURE_MAPPER) && !USE(COORDINATED_GRAPHICS_THREADED)

It seems to me that TEXTIRE_MAPPER is always on, but COORDINATED_GRAPHICS_THREADED is able to be enabled only when ENABLE_OPENGL is on. So I wonder if this !USE(COORDINATED_GRAPHICS_THREADED) guard can be removed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160328/2c644c67/attachment.html>


More information about the webkit-unassigned mailing list