Chromium Code Reviews| Index: Source/core/rendering/RenderInline.h |
| diff --git a/Source/core/rendering/RenderInline.h b/Source/core/rendering/RenderInline.h |
| index 1c05cdbd2a46feafa9c0173f165b25512a0c3d0b..fcff15072afdc600f4cb4c21ff44db635e8b5998 100644 |
| --- a/Source/core/rendering/RenderInline.h |
| +++ b/Source/core/rendering/RenderInline.h |
| @@ -96,6 +96,7 @@ public: |
| virtual LayoutRect localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine) override final; |
| bool hitTestCulledInline(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset); |
| + LayoutRect absoluteClippedOverflowRect() const override; |
|
pdr.
2014/12/02 21:56:21
Should this be virtual? Also final?
c.shu
2014/12/02 22:16:31
sounds good. thanks.
|
| protected: |
| virtual void willBeDestroyed() override; |