Changeset 213227 in webkit


Ignore:
Timestamp:
Mar 1, 2017 9:49:59 AM (7 years ago)
Author:
Simon Fraser
Message:

Try to fix Windows build after r213191.

  • platform/spi/win/CoreTextSPIWin.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r213226 r213227  
     12017-03-01  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Try to fix Windows build after r213191.
     4
     5        * platform/spi/win/CoreTextSPIWin.h:
     6
    172017-03-01  Carlos Garcia Campos  <cgarcia@igalia.com>
    28
  • trunk/Source/WebCore/platform/spi/win/CoreTextSPIWin.h

    r207136 r213227  
    3939CT_EXPORT const CFStringRef kCTFontAttributeName;
    4040CT_EXPORT const CFStringRef kCTForegroundColorFromContextAttributeName;
     41CT_EXPORT const CFStringRef kCTStrokeWidthAttributeName;
     42CT_EXPORT const CFStringRef kCTStrokeColorAttributeName;
    4143
    4244// This enum is defined in CTFont.h. To avoid redefinition, only define it here if CTFont.h has not been included.
Note: See TracChangeset for help on using the changeset viewer.