| 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 f488e479c543fca8acdd53b6a487b053d26f618c..143a3257ae4180d6baf9db8c0b57e1e5b9315c07 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -164,6 +164,8 @@ public:
|
| WebString markerTextForListItem(const WebElement&) const override;
|
| WebRect selectionBoundsRect() const override;
|
|
|
| + void countFeatureUse(Feature) override;
|
| +
|
| bool selectionStartHasSpellingMarkerFor(int from, int length) const override;
|
| WebString layerTreeAsText(bool showDebugInfo = false) const override;
|
|
|
|
|