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 b53461073180ec9544ad5d1d1ed0a60d5a1d037d..a0784ce2a214aa43af49ae4e10915ee79cb25c75 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; } |