| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| index a2afbfe06a832b81890097a10030ffbc79ff24b6..ca92892ba210838de998961313897fb57d81cc68 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -141,10 +141,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;
|
|
|