| 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 8098610279f737c08eff50829401ee29eb3e86ce..3d83df9dfa3413fece55da91b2e9fc755cca33ba 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -227,6 +227,8 @@ public:
|
| bool selectionStartHasSpellingMarkerFor(int from, int length) const override;
|
| WebString layerTreeAsText(bool showDebugInfo = false) const override;
|
|
|
| + void countFeatureUse(Feature) override;
|
| +
|
| void registerTestInterface(const WebString& name, WebTestInterfaceFactory*) override;
|
|
|
| // Creates a test interface by name if available, returns an empty handle
|
|
|