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..2181af1b4beb719df53e6ddf3bbb2073314ffd78 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() {} |
+ // Other methods -------------------------------------------------------- |
virtual bool CanHandleGestureEvent() { return false; } |