| Index: sky/engine/core/rendering/RenderIFrame.cpp
|
| diff --git a/sky/engine/core/rendering/RenderIFrame.cpp b/sky/engine/core/rendering/RenderIFrame.cpp
|
| index a3398ce16d7609f76ad61ec4c8bcbf90bfc11356..ad4cd73f2d54500c5038dbebe4c77f815a45c870 100644
|
| --- a/sky/engine/core/rendering/RenderIFrame.cpp
|
| +++ b/sky/engine/core/rendering/RenderIFrame.cpp
|
| @@ -33,7 +33,7 @@ void RenderIFrame::updateWidgetBounds()
|
| if (!contentView)
|
| return;
|
|
|
| - IntRect bounds = pixelSnappedIntRect(frameRect());
|
| + IntRect bounds = absoluteContentBox();
|
| mojo::Rect mojoBounds;
|
| mojoBounds.x = bounds.x();
|
| mojoBounds.y = bounds.y();
|
|
|