| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index 40a8b3707aaaee9ce2866c72f7628b5e733ca948..bcf7b4abad7e8188caac09b946fe0c3cc0109268 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -128,8 +128,6 @@ public:
|
| bool isPainting() const;
|
| bool hasEverPainted() const { return m_lastPaintTime; }
|
|
|
| - Color documentBackgroundColor() const;
|
| -
|
| static double currentFrameTimeStamp() { return s_currentFrameTimeStamp; }
|
|
|
| void updateLayoutAndStyleForPainting();
|
|
|