PlatformContextSkia's m_uploadTexture is used only in code guarded with ENABLE(ACCELERATED_2D_CANVAS).
Created attachment 69683 [details] Patch
Comment on attachment 69683 [details] Patch 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.
Created attachment 70131 [details] Patch Move m_uploadTexture to the ENABLE(ACCELERATED_2D_CANVAS) guard above.
Comment on attachment 70131 [details] Patch LGTM.
Comment on attachment 70131 [details] Patch Clearing flags on attachment: 70131 Committed r69450: <http://trac.webkit.org/changeset/69450>
All reviewed patches have been landed. Closing bug.