Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 621e6ca343a26f1fa883cd1b9d912698a1ffcde1..397aff8f75877a168ad2ce8e763a759c34188b2d 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -212,6 +212,7 @@ public: |
const WebPoint&) OVERRIDE; |
virtual WebHitTestResult hitTestResultAt(const WebPoint&) OVERRIDE; |
virtual void copyImageAt(const WebPoint&) OVERRIDE; |
+ virtual void saveImageAt(const WebPoint&) OVERRIDE; |
virtual void dragSourceEndedAt( |
const WebPoint& clientPoint, |
const WebPoint& screenPoint, |