Changeset 158856 in webkit
- Timestamp:
- Nov 7, 2013, 11:04:53 AM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/WebCore/ChangeLog ¶
r158855 r158856 1 2013-11-07 Jer Noble <jer.noble@apple.com> 2 3 Unreviewed Win build fix after r158855; wrap shapeInfoForFloat() in an ENABLE(CSS_SHAPES) guard. 4 5 * rendering/FloatingObjects.cpp: 6 1 7 2013-11-07 Bem Jones-Bey <bjonesbe@adobe.com> 2 8 -
TabularUnified trunk/Source/WebCore/rendering/FloatingObjects.cpp ¶
r158855 r158856 268 268 } 269 269 270 #if ENABLE(CSS_SHAPES) 270 271 static inline ShapeOutsideInfo* shapeInfoForFloat(const FloatingObject* floatingObject, const RenderBlockFlow* containingBlock, LayoutUnit lineTop, LayoutUnit lineBottom) 271 272 { … … 279 280 return 0; 280 281 } 282 #endif 281 283 282 284 template<>
Note:
See TracChangeset
for help on using the changeset viewer.