Changeset 156816 in webkit for trunk/Source/WebCore/rendering/RenderEmbeddedObject.cpp
- Timestamp:
- Oct 2, 2013, 7:26:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderEmbeddedObject.cpp
r156761 r156816 476 476 } 477 477 478 setNeedsLayout(false);478 clearNeedsLayout(); 479 479 480 480 LayoutSize newSize = contentBoxRect().size(); … … 516 516 childBox->style()->setHeight(Length(newSize.height(), Fixed)); 517 517 childBox->style()->setWidth(Length(newSize.width(), Fixed)); 518 childBox->setNeedsLayout( true,MarkOnlyThis);518 childBox->setNeedsLayout(MarkOnlyThis); 519 519 childBox->layout(); 520 setChildNeedsLayout(false);520 clearChildNeedsLayout(); 521 521 522 522 statePusher.pop();
Note:
See TracChangeset
for help on using the changeset viewer.