Index: third_party/WebKit/Source/core/layout/api/LayoutItem.h |
diff --git a/third_party/WebKit/Source/core/layout/api/LayoutItem.h b/third_party/WebKit/Source/core/layout/api/LayoutItem.h |
index d7857e984b25f12fca14d1d116b61bcaa94c553e..add6e58159003ae6e21482162ff59dd05647f964 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LayoutItem.h |
+++ b/third_party/WebKit/Source/core/layout/api/LayoutItem.h |
@@ -149,11 +149,6 @@ public: |
return m_layoutObject->offsetFromContainer(item.layoutObject()); |
} |
- LayoutSize columnOffset(const LayoutPoint& point) const |
- { |
- return m_layoutObject->columnOffset(point); |
- } |
- |
FrameView* frameView() const |
{ |
return m_layoutObject->document().view(); |