Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1378)

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.h

Issue 1836973003: Move download messages from Renderer to Frame filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698