| Index: sky/engine/core/rendering/RenderObject.h
|
| diff --git a/sky/engine/core/rendering/RenderObject.h b/sky/engine/core/rendering/RenderObject.h
|
| index 166ec9df64edd86925a1f2c9d751e85c476b4ea9..9159c566505e8158ff538bc697bd61184bbf52c4 100644
|
| --- a/sky/engine/core/rendering/RenderObject.h
|
| +++ b/sky/engine/core/rendering/RenderObject.h
|
| @@ -504,11 +504,7 @@ public:
|
| // Return the offset from an object up the container() chain. Asserts that none of the intermediate objects have transforms.
|
| LayoutSize offsetFromAncestorContainer(const RenderObject*) const;
|
|
|
| - virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint&) const { }
|
| -
|
| IntRect absoluteBoundingBoxRect() const;
|
| - // FIXME: This function should go away eventually
|
| - IntRect absoluteBoundingBoxRectIgnoringTransforms() const;
|
|
|
| // Build an array of quads in absolute coords for line boxes
|
| virtual void absoluteQuads(Vector<FloatQuad>&) const { }
|
|
|