| Index: sky/engine/web/WebLocalFrameImpl.h
|
| diff --git a/sky/engine/web/WebLocalFrameImpl.h b/sky/engine/web/WebLocalFrameImpl.h
|
| index 1c0970afed56bc1b5253ccf2f25a398de67c17a7..0094cfe8641e534b0008e7dcf33299f8fd3d4ce3 100644
|
| --- a/sky/engine/web/WebLocalFrameImpl.h
|
| +++ b/sky/engine/web/WebLocalFrameImpl.h
|
| @@ -150,11 +150,6 @@ public:
|
|
|
| void didFail(const ResourceError&);
|
|
|
| - // Sets whether the WebLocalFrameImpl allows its document to be scrolled.
|
| - // If the parameter is true, allow the document to be scrolled.
|
| - // Otherwise, disallow scrolling.
|
| - virtual void setCanHaveScrollbars(bool) override;
|
| -
|
| LocalFrame* frame() const { return m_frame.get(); }
|
| WebFrameClient* client() const { return m_client; }
|
| void setClient(WebFrameClient* client) { m_client = client; }
|
|
|