| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index eb39e0053f15b3204b9464af481a6ad212095a6b..894a69f6aa1da82ae252d9929e2b7db20b51c0db 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -137,9 +137,7 @@ 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);
|
|
|