Index: content/browser/web_contents/web_contents_view_android.cc |
diff --git a/content/browser/web_contents/web_contents_view_android.cc b/content/browser/web_contents/web_contents_view_android.cc |
index 77d2c5fe24e08fd72cee7a6f44dbc2c078a62661..8c326e0c0ca3be8771203bc8b9de5664003857de 100644 |
--- a/content/browser/web_contents/web_contents_view_android.cc |
+++ b/content/browser/web_contents/web_contents_view_android.cc |
@@ -198,7 +198,7 @@ void WebContentsViewAndroid::StartDragging( |
} |
void WebContentsViewAndroid::UpdateDragCursor(blink::WebDragOperation op) { |
- NOTIMPLEMENTED(); |
+ // Intentional no-op because Android does not have cursor. |
} |
void WebContentsViewAndroid::OnDragEntered( |