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 c9f200f822a1c002b301a2555635ea8f1f53ed2b..c7f53e00494fabcc0d61d6ce66ca29d28544f15a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -341,10 +341,6 @@ public: |
return hasBoxDecorationBackground() || style()->hasVisualOverflowingEffect(); |
} |
- // Obtains the nearest enclosing block (including this block) that contributes a first-line style to our inline |
- // children. |
- virtual LayoutBlock* firstLineBlock() const; |
- |
// LayoutObject tree manipulation |
////////////////////////////////////////// |
virtual bool canHaveChildren() const { return virtualChildren(); } |