| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index 349491a99c171423d52105e899dcd6bd8a41163d..da83d916b4fa2f950a32cba0e91f7041c55b35f6 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -138,8 +138,6 @@ public:
|
| void paint(GraphicsContext* context, const IntRect& rect) override;
|
|
|
| void paintContents(GraphicsContext*, const IntRect& damageRect);
|
| - void setPaintBehavior(PaintBehavior);
|
| - PaintBehavior paintBehavior() const;
|
| bool isPainting() const;
|
| bool hasEverPainted() const { return m_lastPaintTime; }
|
| void setNodeToDraw(Node*);
|
| @@ -284,7 +282,6 @@ private:
|
| Vector<IntRect> m_trackedPaintInvalidationRects;
|
|
|
| RefPtr<Node> m_nodeToDraw;
|
| - PaintBehavior m_paintBehavior;
|
| bool m_isPainting;
|
|
|
| OwnPtr<ScrollableAreaSet> m_scrollableAreas;
|
|
|