| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index d8d6d94d2f99e199a1b4f636a1fcef1e8efcf95c..412391684578667d5d66e750f9ca3d157ad39a03 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -126,7 +126,6 @@ public:
|
|
|
| void paint(GraphicsContext* context, const IntRect& rect) override;
|
|
|
| - void paintContents(GraphicsContext*, const IntRect& damageRect);
|
| bool isPainting() const;
|
| bool hasEverPainted() const { return m_lastPaintTime; }
|
|
|
|
|