| Index: third_party/WebKit/WebCore/rendering/RenderReplaced.cpp
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderReplaced.cpp (revision 9383)
|
| +++ third_party/WebKit/WebCore/rendering/RenderReplaced.cpp (working copy)
|
| @@ -234,7 +234,7 @@
|
| return RenderBox::positionForCoordinates(xPos, yPos);
|
| }
|
|
|
| -IntRect RenderReplaced::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisibleContent)
|
| +IntRect RenderReplaced::selectionRectForRepaint(RenderBox* repaintContainer, bool clipToVisibleContent)
|
| {
|
| ASSERT(!needsLayout());
|
|
|
| @@ -378,7 +378,7 @@
|
| return borderBoxRect();
|
| }
|
|
|
| -IntRect RenderReplaced::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer)
|
| +IntRect RenderReplaced::clippedOverflowRectForRepaint(RenderBox* repaintContainer)
|
| {
|
| if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent())
|
| return IntRect();
|
|
|