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 7c1d817bee665299bf142874e1c501efbed2a2b4..199d7a88e24267e6c586568b509f18147b9c77d8 100644 |
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
@@ -132,6 +132,8 @@ public: |
WebRect selectionBoundsRect() const override; |
bool selectionStartHasSpellingMarkerFor(int from, int length) const override; |
+ void copyImageAt(const WebPoint&) override; |
+ void saveImageAt(const WebPoint&) override; |
WebString layerTreeAsText(bool showDebugInfo = false) const override; |
WebFrameImplBase* toImplBase() { return this; } |