DescriptionHack to fix Mac64 build break from r169638.
This part of the source is fairly fragile. I had to temporarily add a
direct include to WebFrame.h because typedefs cannot be forward
declared. Unfortunately, this causes IntSize.h to be included before
Cocoa. Since Cocoa.h can set NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES,
this can cause build failures with conflicting typedef redefinitions of
NSRect. To hack around this, we temporarily move the Cocoa.h include to
the header as well.
BUG=355268
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169826
Patch Set 1 #Patch Set 2 : Another approach #Messages
Total messages: 9 (0 generated)
|