| Index: sky/engine/web/WebLocalFrameImpl.h
|
| diff --git a/sky/engine/web/WebLocalFrameImpl.h b/sky/engine/web/WebLocalFrameImpl.h
|
| index 6081fc07adbadeba19a5a090532a2cdbcfd9566f..9d31f66966544c29eacfae1f225d9bfe914c11fb 100644
|
| --- a/sky/engine/web/WebLocalFrameImpl.h
|
| +++ b/sky/engine/web/WebLocalFrameImpl.h
|
| @@ -76,9 +76,6 @@ public:
|
| virtual void setMarkedText(const WebString&, unsigned location, unsigned length) override;
|
| virtual void unmarkText() override;
|
| virtual bool hasMarkedText() const override;
|
| - virtual WebRange markedRange() const override;
|
| - virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const override;
|
| - virtual size_t characterIndexForPoint(const WebPoint&) const override;
|
| virtual bool executeCommand(const WebString&, const WebNode& = WebNode()) override;
|
| virtual bool executeCommand(const WebString&, const WebString& value, const WebNode& = WebNode()) override;
|
| virtual bool isCommandEnabled(const WebString&) const override;
|
|
|