[Webkit-unassigned] [Bug 47114] Add ENABLE(ACCELERATED_2D_CANVAS) guard for m_uploadTexture

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 23:45:11 PDT 2010


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


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #69683|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #2 from Andreas Kling <kling at webkit.org>  2010-10-06 23:45:11 PST ---
(From update of attachment 69683)
View in context: https://bugs.webkit.org/attachment.cgi?id=69683&action=review

> WebCore/platform/graphics/skia/PlatformContextSkia.h:236
> +#if ENABLE(ACCELERATED_2D_CANVAS)
>      mutable RefPtr<Texture> m_uploadTexture;
> +#endif

There's an ENABLE(ACCELERATED_2D_CANVAS) guard just above, put both variables in there instead.

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