| Index: sky/engine/core/rendering/RenderBox.h
|
| diff --git a/sky/engine/core/rendering/RenderBox.h b/sky/engine/core/rendering/RenderBox.h
|
| index 7f82d63902bb442336ed306bb7d07c8d5876f917..19f73b7939fc21e779fe9b0164ac19ec0c880a7e 100644
|
| --- a/sky/engine/core/rendering/RenderBox.h
|
| +++ b/sky/engine/core/rendering/RenderBox.h
|
| @@ -381,7 +381,6 @@ public:
|
|
|
| virtual void paintObject(PaintInfo&, const LayoutPoint&) { ASSERT_NOT_REACHED(); }
|
| virtual void paintBoxDecorationBackground(PaintInfo&, const LayoutPoint&);
|
| - virtual void paintMask(PaintInfo&, const LayoutPoint&);
|
|
|
| // Called when a positioned object moves but doesn't necessarily change size. A simplified layout is attempted
|
| // that just updates the object's position. If the size does change, the object remains dirty.
|
|
|