Bug 238223 - [WinCairo] RemoteGraphicsContextGL.h(78): error C2027: use of undefined type 'WebCore::GraphicsContextGL'
Summary: [WinCairo] RemoteGraphicsContextGL.h(78): error C2027: use of undefined type ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on: 238141
Blocks:
  Show dependency treegraph
 
Reported: 2022-03-22 13:57 PDT by Fujii Hironori
Modified: 2022-03-22 14:29 PDT (History)
6 users (show)

See Also:


Attachments
Patch for landing (5.95 KB, patch)
2022-03-22 14:04 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 2022-03-22 13:57:10 PDT
[WinCairo] RemoteGraphicsContextGL.h(78): error C2027: use of undefined type 'WebCore::GraphicsContextGL'

Since r291610.
https://build.webkit.org/#/builders/27/builds/28907

FAILED: Source/WebKit/CMakeFiles/WebKit.dir/GPUProcess/graphics/RemoteGraphicsContextGLWin.cpp.obj 
C:\MSVS\VC\Tools\MSVC\14.31.31103\bin\Hostx64\x64\cl.exe [...] -c C:\BW\wincairo-wkl-release\build\Source\WebKit\GPUProcess\graphics\RemoteGraphicsContextGLWin.cpp
C:\BW\wincairo-wkl-release\build\Source\WebKit\GPUProcess\graphics\RemoteGraphicsContextGL.h(78): error C2027: use of undefined type 'WebCore::GraphicsContextGL'
C:\BW\wincairo-wkl-release\build\WebKitBuild\Release\WebCore\PrivateHeaders\WebCore\GraphicsContext.h(57): note: see declaration of 'WebCore::GraphicsContextGL'
C:\BW\wincairo-wkl-release\build\Source\WebKit\GPUProcess\graphics\RemoteGraphicsContextGL.h(78): error C2504: 'Client': base class undefined
Comment 1 Fujii Hironori 2022-03-22 14:04:39 PDT
Created attachment 455423 [details]
Patch for landing
Comment 2 Fujii Hironori 2022-03-22 14:09:42 PDT
Committed r291699 (248741@trunk): <https://commits.webkit.org/248741@trunk>
Comment 3 Radar WebKit Bug Importer 2022-03-22 14:10:25 PDT
<rdar://problem/90658263>