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 8b2b2008904fe419bdc6a3b314f81e240a510161..ac03af586732b3f8a69d201a09f7010f6ace77c0 100644 |
--- a/third_party/WebKit/public/web/WebViewClient.h |
+++ b/third_party/WebKit/public/web/WebViewClient.h |
@@ -152,14 +152,12 @@ public: |
// Show a notification popup for the specified form validation messages |
// besides the anchor rectangle. An implementation of this function should |
// not hide the popup until hideValidationMessage call. |
- // FIXME: Clarify anchor coordinates in variable name on Chromium-side. |
virtual void showValidationMessage(const WebRect& anchorInViewport, const WebString& mainText, WebTextDirection mainTextDir, const WebString& supplementalText, WebTextDirection supplementalTextDir) { } |
// Hide notifation popup for form validation messages. |
virtual void hideValidationMessage() { } |
// Move the existing notifation popup to the new anchor position. |
- // FIXME: Clarify anchor coordinates in variable name on Chromium-side. |
virtual void moveValidationMessage(const WebRect& anchorInViewport) { } |