| Index: sky/engine/core/rendering/RenderView.h
|
| diff --git a/sky/engine/core/rendering/RenderView.h b/sky/engine/core/rendering/RenderView.h
|
| index 671190d10c597f721a7d68afdf47483ec3af9b7d..8571425802857444c0e6b9f971cabbb474f4c71a 100644
|
| --- a/sky/engine/core/rendering/RenderView.h
|
| +++ b/sky/engine/core/rendering/RenderView.h
|
| @@ -99,8 +99,6 @@ public:
|
| // Renderer that paints the root background has background-images which all have background-attachment: fixed.
|
| bool rootBackgroundIsEntirelyFixed() const;
|
|
|
| - virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const override;
|
| -
|
| double layoutViewportWidth() const;
|
| double layoutViewportHeight() const;
|
|
|
|
|