Commit 7024e9df authored by leviw@chromium.org's avatar leviw@chromium.org

Remove old crazy comment + fixme

Things that make you go 'WAT.' This comment was added in the patch
that split RenderBoxModelObject out of RenderBox --
eb6efbfaa79de8624ce72ad4e26ef0d3f808650e -- without any additional
explanation. I don't think it's helping anyone.

H/T to Ojan for finding today's WAT.

Review URL: https://codereview.chromium.org/718843002

git-svn-id: svn://svn.chromium.org/blink/trunk@185151 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 8584b146
......@@ -2918,10 +2918,6 @@ Element* RenderObject::offsetParent() const
if (isOutOfFlowPositioned() && style()->position() == FixedPosition)
return 0;
// If A is an area HTML element which has a map HTML element somewhere in the ancestor
// chain return the nearest ancestor map HTML element and stop this algorithm.
// FIXME: Implement!
float effectiveZoom = style()->effectiveZoom();
Node* node = 0;
for (RenderObject* ancestor = parent(); ancestor; ancestor = ancestor->parent()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment