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

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

Issue 2929493003: Move handling of DraggableRegionsChanged notification from "view" to "frame". (Closed)
Patch Set: Also add main frame filtering to the browser-side. 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/WebViewClient.h
diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h
index 8be346ca002530dda78ffc74c015a87d4927460a..0ff83feae7b58950b0ccf67f73d261d36d46bf11 100644
--- a/third_party/WebKit/public/web/WebViewClient.h
+++ b/third_party/WebKit/public/web/WebViewClient.h
@@ -227,10 +227,7 @@ class WebViewClient : protected WebWidgetClient {
// Informs the browser that the page scale has changed.
virtual void PageScaleFactorChanged() {}
- // Draggable regions ----------------------------------------------------
-
- // Informs the browser that the draggable regions have been updated.
- virtual void DraggableRegionsChanged() {}
+ // Gestures -------------------------------------------------------------
virtual bool CanHandleGestureEvent() { return false; }

Powered by Google App Engine
This is Rietveld 408576698