| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index 9c7adf182c1f64f8e5d38f6bb049792966dea8d4..df583680d75bfb9c1b6a3448010243e93c1ba821 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -109,9 +109,6 @@ public:
|
| bool isTransparent() const;
|
| void setTransparent(bool isTransparent);
|
|
|
| - // True if the FrameView is not transparent, and the base background color is opaque.
|
| - bool hasOpaqueBackground() const;
|
| -
|
| Color baseBackgroundColor() const;
|
| void setBaseBackgroundColor(const Color&);
|
| void updateBackgroundRecursively(const Color&, bool);
|
|
|