| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index 92c33e0deecef7a8cca657d4164c2f748cc2cef8..efd840c7400f73f2d1986944bb95ec8944382fa7 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -63,10 +63,9 @@ public:
|
|
|
| virtual ~FrameView();
|
|
|
| - HostWindow* hostWindow() const;
|
| -
|
| - void invalidateRect(const IntRect&);
|
| - void setFrameRect(const IntRect&);
|
| + virtual HostWindow* hostWindow() const override;
|
| + virtual void invalidateRect(const IntRect&) override;
|
| + virtual void setFrameRect(const IntRect&) override;
|
|
|
| LocalFrame& frame() const { return *m_frame; }
|
| Page* page() const;
|
|
|