⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 293306 in webkit


Ignore:
Timestamp:
Apr 24, 2022, 1:28:58 PM (4 years ago)
Author:
Fujii Hironori
Message:

[Win][WinCairo] Unreviewed build fix
https://bugs.webkit.org/show_bug.cgi?id=239692
<rdar://problem/92222456>

  • Headers.cmake: Added necessary headers of WebCore/layout.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r293303 r293306  
     12022-04-24  Fujii Hironori  <Hironori.Fujii@sony.com>
     2
     3        [Win][WinCairo] Unreviewed build fix
     4        https://bugs.webkit.org/show_bug.cgi?id=239692
     5        <rdar://problem/92222456>
     6
     7        * Headers.cmake: Added necessary headers of WebCore/layout.
     8
    192022-04-24  Alan Bujtas  <zalan@apple.com>
    210
  • trunk/Source/WebCore/Headers.cmake

    r293300 r293306  
    971971    inspector/agents/InspectorPageAgent.h
    972972
     973    layout/FormattingState.h
    973974    layout/LayoutState.h
    974975    layout/LayoutUnits.h
    975976    layout/MarginTypes.h
     977
     978    layout/formattingContexts/FormattingConstraints.h
     979    layout/formattingContexts/FormattingContext.h
    976980
    977981    layout/formattingContexts/flex/FlexFormattingState.h
Note: See TracChangeset for help on using the changeset viewer.