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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 2929493003: Move handling of DraggableRegionsChanged notification from "view" to "frame". (Closed)
Patch Set: Addressed CR feedback from rdevlin.cronin@. Created 3 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
Index: third_party/WebKit/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 8c10ed89b098b371b39cdef7ed728402fbb7eaec..62741af4dc2bcf4a7ce229babd19e7d6fa4c4730 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -649,6 +649,9 @@ class BLINK_EXPORT WebFrameClient {
// notify that the <body> will be attached soon.
virtual void WillInsertBody(WebLocalFrame*) {}
+ // Informs the browser that the draggable regions have been updated.
+ virtual void DraggableRegionsChanged() {}
+
// Find-in-page notifications ------------------------------------------
// Notifies how many matches have been found in this frame so far, for a
@@ -805,6 +808,7 @@ class BLINK_EXPORT WebFrameClient {
}
// Loading --------------------------------------------------------------
+
virtual std::unique_ptr<blink::WebURLLoader> CreateURLLoader() {
NOTREACHED();
return nullptr;
« no previous file with comments | « third_party/WebKit/Source/web/LocalFrameClientImpl.cpp ('k') | third_party/WebKit/public/web/WebViewClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698