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

Unified Diff: Source/core/rendering/RenderObject.cpp

Issue 718843002: Remove old crazy comment + fixme (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderObject.cpp
diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp
index d28180312373d34ffbdc76048d1316c00e21348b..38c0d5d88af68a53854a555cfea58f41ef0d6008 100644
--- a/Source/core/rendering/RenderObject.cpp
+++ b/Source/core/rendering/RenderObject.cpp
@@ -2890,10 +2890,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()) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698