Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1052)

Unified Diff: sky/engine/core/rendering/RenderIFrame.cpp

Issue 730253002: Sky: Change iframe positioning to use absoluteContentBox for the View's (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: oops Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/tests/lowlevel/iframe.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | sky/tests/lowlevel/iframe.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698