Changeset 156876 in webkit for trunk/Source/WebCore/rendering/RenderEmbeddedObject.cpp
- Timestamp:
- Oct 3, 2013, 9:04:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderEmbeddedObject.cpp
r156822 r156876 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.