Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
index 0889a3f70005d2e980887351f7796f26528b1db2..b7eb25799572aa2e347b4d70201cd47d8136fa09 100644 |
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp |
@@ -558,6 +558,16 @@ bool WebRemoteFrameImpl::selectionStartHasSpellingMarkerFor(int from, int length |
return false; |
} |
+void WebRemoteFrameImpl::copyImageAt(const WebPoint& point) |
+{ |
+ NOTREACHED(); |
+} |
+ |
+void WebRemoteFrameImpl::saveImageAt(const WebPoint& point) |
+{ |
+ NOTREACHED(); |
+} |
+ |
WebString WebRemoteFrameImpl::layerTreeAsText(bool showDebugInfo) const |
{ |
NOTREACHED(); |