| Index: sky/engine/core/rendering/RenderView.h
|
| diff --git a/sky/engine/core/rendering/RenderView.h b/sky/engine/core/rendering/RenderView.h
|
| index 8571425802857444c0e6b9f971cabbb474f4c71a..d4be7584369847c8fe843a5627bd8783bc3ee2a7 100644
|
| --- a/sky/engine/core/rendering/RenderView.h
|
| +++ b/sky/engine/core/rendering/RenderView.h
|
| @@ -82,7 +82,6 @@ public:
|
| RenderObject* selectionEnd() const { return m_selectionEnd; }
|
| void selectionStartEnd(int& startPos, int& endPos) const;
|
|
|
| - virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const override;
|
| virtual void absoluteQuads(Vector<FloatQuad>&) const override;
|
|
|
| virtual LayoutRect viewRect() const override;
|
|
|