| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index c619f967c8a30c1485355cffd03589b1f500aa0d..ca7a21b5bd18640918ff1a6d8ab48206d192cedd 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -137,6 +137,10 @@ public:
|
|
|
| void postLayoutTimerFired(Timer<FrameView>*);
|
|
|
| +#if !ENABLE(COMPOSITOR)
|
| + void paint(GraphicsContext* context, const IntRect& rect) override;
|
| +#endif
|
| +
|
| void paintContents(GraphicsContext*, const IntRect& damageRect);
|
| void setPaintBehavior(PaintBehavior);
|
| PaintBehavior paintBehavior() const;
|
|
|