Chromium Code Reviews| Index: Source/core/rendering/RenderInline.h |
| diff --git a/Source/core/rendering/RenderInline.h b/Source/core/rendering/RenderInline.h |
| index 3d6ee3db26bdf1be3b284dd48596e7ce71a33fd0..743f8f9d08f85aecdf21ddc5544789ee9294e083 100644 |
| --- a/Source/core/rendering/RenderInline.h |
| +++ b/Source/core/rendering/RenderInline.h |
| @@ -97,6 +97,7 @@ public: |
| virtual LayoutRect localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine) override final; |
| bool hitTestCulledInline(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset); |
| + virtual LayoutRect absoluteClippedOverflowRect() const override final; |
|
leviw_travelin_and_unemployed
2015/01/20 20:19:24
Nit: You only need final here. That implies overri
c.shu
2015/01/20 23:10:22
I don't have to change this line now after rebasel
|
| protected: |
| virtual void willBeDestroyed() override; |