| Index: sky/engine/core/rendering/RenderObject.h
|
| diff --git a/sky/engine/core/rendering/RenderObject.h b/sky/engine/core/rendering/RenderObject.h
|
| index 19152caed812779840ec05b8e1635c728f125220..92d3f11253247b401b010aa1796e054dc3b6a6ad 100644
|
| --- a/sky/engine/core/rendering/RenderObject.h
|
| +++ b/sky/engine/core/rendering/RenderObject.h
|
| @@ -482,8 +482,6 @@ public:
|
|
|
| bool hasBlendMode() const;
|
|
|
| - bool hasShapeOutside() const { return style() && style()->shapeOutside(); }
|
| -
|
| inline bool preservesNewline() const;
|
|
|
| RenderView* view() const { return document().renderView(); };
|
| @@ -561,7 +559,6 @@ public:
|
|
|
| void updateFillImages(const FillLayer* oldLayers, const FillLayer& newLayers);
|
| void updateImage(StyleImage*, StyleImage*);
|
| - void updateShapeImage(const ShapeValue*, const ShapeValue*);
|
|
|
| // paintOffset is the offset from the origin of the GraphicsContext at which to paint the current object.
|
| virtual void paint(PaintInfo&, const LayoutPoint& paintOffset);
|
| @@ -977,8 +974,6 @@ private:
|
|
|
| Color selectionColor(int colorProperty) const;
|
|
|
| - void removeShapeImageClient(ShapeValue*);
|
| -
|
| #if ENABLE(ASSERT)
|
| void checkBlockPositionedObjectsNeedLayout();
|
| #endif
|
|
|