| Index: sky/engine/core/frame/FrameView.cpp
|
| diff --git a/sky/engine/core/frame/FrameView.cpp b/sky/engine/core/frame/FrameView.cpp
|
| index f10c56f2ab3339729201495c934f902b3581effb..b86368e4f6dcc9da9a0f0d42efda06763e6a05fb 100644
|
| --- a/sky/engine/core/frame/FrameView.cpp
|
| +++ b/sky/engine/core/frame/FrameView.cpp
|
| @@ -861,12 +861,10 @@ Color FrameView::documentBackgroundColor() const
|
| return result;
|
| }
|
|
|
| -#if !ENABLE(COMPOSITOR)
|
| void FrameView::paint(GraphicsContext* context, const IntRect& rect)
|
| {
|
| paintContents(context, rect);
|
| }
|
| -#endif
|
|
|
| void FrameView::paintContents(GraphicsContext* p, const IntRect& rect)
|
| {
|
|
|