Bug 174493 - [WinCairo] error 'm_compositorTexture': undeclared identifier since Bug 174345
Summary: [WinCairo] error 'm_compositorTexture': undeclared identifier since Bug 174345
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords:
Depends on: 174345
Blocks:
  Show dependency treegraph
 
Reported: 2017-07-13 22:14 PDT by Fujii Hironori
Modified: 2017-07-14 08:58 PDT (History)
9 users (show)

See Also:


Attachments
Patch (3.87 KB, patch)
2017-07-13 23:07 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2017-07-13 22:14:46 PDT
[WinCairo] error 'm_compositorTexture': undeclared identifier since Bug 174345

https://build.webkit.org/builders/WinCairo%2064-Bit%20Release/builds/4338

> [111/547] Building CXX object Source\WebCore\CMakeFiles\WebCore.dir\platform\graphics\opengl\GraphicsContext3DOpenGLES.cpp.obj
> FAILED: Source/WebCore/CMakeFiles/WebCore.dir/platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp.obj 
> (snip)
> C:\WebKit-BuildSlave\win-cairo-release\build\Source\ThirdParty\ANGLE\include\GLES2/gl2ext.h(1611): warning C4005: 'GL_COLOR_ATTACHMENT0_EXT': macro redefinition
> c:\webkit-buildslave\win-cairo-release\build\source\webcore\platform\graphics\OpenGLESShims.h(48): note: see previous definition of 'GL_COLOR_ATTACHMENT0_EXT'
> ..\..\Source\WebCore\platform\graphics\opengl\GraphicsContext3DOpenGLES.cpp(113): error C2065: 'm_compositorTexture': undeclared identifier
> ..\..\Source\WebCore\platform\graphics\opengl\GraphicsContext3DOpenGLES.cpp(114): error C2065: 'm_compositorTexture': undeclared identifier
Comment 1 Fujii Hironori 2017-07-13 23:07:12 PDT
Created attachment 315404 [details]
Patch
Comment 2 WebKit Commit Bot 2017-07-14 08:58:51 PDT
Comment on attachment 315404 [details]
Patch

Clearing flags on attachment: 315404

Committed r219505: <http://trac.webkit.org/changeset/219505>
Comment 3 WebKit Commit Bot 2017-07-14 08:58:52 PDT
All reviewed patches have been landed.  Closing bug.