Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index 69bd9737d3e2b5fd2c46642cac48506225f2dc2f..f62bfd04ce32eff3afad0fd941e8da90fe2032d6 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -1161,7 +1161,7 @@ public: |
virtual bool mapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, VisualRectFlags = DefaultVisualRectFlags) const; |
// Return the offset to the column in which the specified point (in flow-thread coordinates) |
- // lives. This is used to convert a flow-thread point to a visual point. |
+ // lives. This is used to convert a flow-thread point to a point in the containing coordinate space. |
virtual LayoutSize columnOffset(const LayoutPoint&) const { return LayoutSize(); } |
virtual unsigned length() const { return 1; } |