Index: Source/web/WebRemoteFrameImpl.h |
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h |
index 80fb8267cda24ae011ecaac6637e27f84209d530..37fdae245ae9882b6dbd01b8f545f229497de6ae 100644 |
--- a/Source/web/WebRemoteFrameImpl.h |
+++ b/Source/web/WebRemoteFrameImpl.h |
@@ -165,6 +165,8 @@ public: |
virtual bool selectionStartHasSpellingMarkerFor(int from, int length) const OVERRIDE; |
virtual WebString layerTreeAsText(bool showDebugInfo = false) const OVERRIDE; |
+ |
+ virtual void requestManifest(WebManifestRequest&) const OVERRIDE; |
}; |
} // namespace blink |