| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index be9390fcd04bdd22c2acd9d200ed4303524e67c9..ff0a131d60c24c3eb1cf2905f2f8b2a377187859 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -201,11 +201,6 @@ public:
|
| const WebSecurityOrigin& intendedTargetOrigin,
|
| const WebDOMEvent&) override;
|
|
|
| - WebString contentAsText(size_t maxChars) const override;
|
| - WebString contentAsMarkup() const override;
|
| - WebString layoutTreeAsText(LayoutAsTextControls toShow = LayoutAsTextNormal) const override;
|
| -
|
| - WebString markerTextForListItem(const WebElement&) const override;
|
| WebRect selectionBoundsRect() const override;
|
|
|
| bool selectionStartHasSpellingMarkerFor(int from, int length) const override;
|
|
|