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

Unified Diff: Source/core/html/forms/ValidationMessage.h

Issue 389343002: Custom validation message to take into account text direction (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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: Source/core/html/forms/ValidationMessage.h
diff --git a/Source/core/html/forms/ValidationMessage.h b/Source/core/html/forms/ValidationMessage.h
index 5c4705594544fe0a5324e4bdc164efb818eec1ee..ea1be70409b6a71958236bf32f4cf4b7f10c11fa 100644
--- a/Source/core/html/forms/ValidationMessage.h
+++ b/Source/core/html/forms/ValidationMessage.h
@@ -47,7 +47,7 @@ class ValidationMessage {
public:
static PassOwnPtr<ValidationMessage> create(HTMLFormControlElement*);
~ValidationMessage();
- void updateValidationMessage(const String&);
+ void updateValidationMessage(const String&, bool);
void requestToHideMessage();
bool isVisible() const;

Powered by Google App Engine
This is Rietveld 408576698