Index: sky/engine/core/rendering/RenderInline.cpp |
diff --git a/sky/engine/core/rendering/RenderInline.cpp b/sky/engine/core/rendering/RenderInline.cpp |
index 5e05b733d9f225d7af9e409cc9e1720a1aec1a94..70bd05e1961b632c98d964cb9597a4c0ded4e956 100644 |
--- a/sky/engine/core/rendering/RenderInline.cpp |
+++ b/sky/engine/core/rendering/RenderInline.cpp |
@@ -592,9 +592,6 @@ LayoutSize RenderInline::offsetFromContainer(const RenderObject* container, cons |
if (isRelPositioned()) |
offset += offsetForInFlowPosition(); |
- if (container->hasOverflowClip()) |
- offset -= toRenderBox(container)->scrolledContentOffset(); |
- |
// FIXME(sky): Remove now that it's always false? |
if (offsetDependsOnPoint) |
*offsetDependsOnPoint = false; |