[Webkit-unassigned] [Bug 235273] Missing headers for non-unified 2.34.3 build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 15 14:37:30 PST 2022


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

--- Comment #2 from Dennis <dennisn at dennisn.mooo.com> ---
WebCore/css/calc/CSSCalcOperationNode.cpp and ebCore/css/calc/CSSCalcPrimitiveValueNode.cpp weren't able to see the definition of LOG_WITH_STREAM()

WebCore/page/EventHandler.cpp wasn't able to recognize SetForScope()

WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h wasn't able to recognize WebCore::FloatPoint ... but apparently only #if PLATFORM(GTK) ... so we should probably update the patch.
It also wasn't able to find #include <WebCore/CoordinatedGraphicsLayer.h>, so I guess that needed to be wrapped in that additional #if USE(COORDINATED_GRAPHICS)

WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.h didn't recognize adjustTransientZoom() and commitTransientZoom()

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220115/52eddd05/attachment.htm>


More information about the webkit-unassigned mailing list