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

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

Issue 1836973003: Move download messages from Renderer to Frame filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments, merge Created 4 years, 6 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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index a05039bd75f1486b0cb5795ddc36f763443963f8..9718bc53d9fd3a911a3eabfc8a65b663cefb2565 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -243,6 +243,8 @@ public:
float distanceToNearestFindMatch(const WebFloatPoint&) override;
void setTickmarks(const WebVector<WebRect>&) override;
WebFrameWidget* frameWidget() const override;
+ void copyImageAt(const WebPoint&) override;
+ void saveImageAt(const WebPoint&) override;
void clearActiveFindMatch() override;
// WebFrameImplBase methods:
@@ -350,6 +352,8 @@ private:
void loadJavaScriptURL(const KURL&);
+ HitTestResult hitTestResultForVisualViewportPos(const IntPoint&);
+
WebPlugin* focusedPluginIfInputMethodSupported();
ScrollableArea* layoutViewportScrollableArea() const;
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698