Changeset 235957 in webkit
- Timestamp:
- Sep 12, 2018, 3:47:26 PM (7 years ago)
- Location:
- trunk/Source/WebKitLegacy/mac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKitLegacy/mac/Carbon/HIWebView.mm
r235935 r235957 326 326 GetPortBounds(port, &portRect); 327 327 CreateCGContextForPort(port, &inContext); 328 ALLOW_DEPRECATED_DECLARATIONS_END329 328 SyncCGContextOriginWithPort(inContext, port); 330 329 CGContextTranslateCTM(inContext, 0, (portRect.bottom - portRect.top)); -
trunk/Source/WebKitLegacy/mac/ChangeLog
r235935 r235957 1 2018-09-12 Alex Christensen <achristensen@webkit.org> 2 3 Fix an internal build after r235935 4 https://bugs.webkit.org/show_bug.cgi?id=188996 5 6 * Carbon/HIWebView.mm: 7 (Draw): 8 r235935 fixed a mismatched macro with deprecated functions below it. To quickly fix the build, I'm just going to restore the imbalance. 9 1 10 2018-09-12 Guillaume Emont <guijemont@igalia.com> 2 11
Note:
See TracChangeset
for help on using the changeset viewer.