Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
index c7605a3928f5b86c00182dd8e14130aff47ecb80..1980713082ca53f9c373283b7f06c330356bd7ed 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
@@ -969,11 +969,6 @@ void ChromeClientImpl::RequestPointerUnlock(LocalFrame* frame) { |
->RequestPointerUnlock(); |
} |
-void ChromeClientImpl::AnnotatedRegionsChanged() { |
- if (WebViewClient* client = web_view_->Client()) |
- client->DraggableRegionsChanged(); |
-} |
- |
void ChromeClientImpl::DidAssociateFormControlsAfterLoad(LocalFrame* frame) { |
WebLocalFrameImpl* webframe = WebLocalFrameImpl::FromFrame(frame); |
if (webframe->AutofillClient()) |