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

Unified Diff: Source/web/ValidationMessageClientImpl.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: Compilation and Levi's firstStrong changes 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/web/ValidationMessageClientImpl.h
diff --git a/Source/web/ValidationMessageClientImpl.h b/Source/web/ValidationMessageClientImpl.h
index 83967859d841351c0ea4c9d35dcba47431c23706..30dabc7dc8bc8a7bb4e0bdbb9843cb59635ca79b 100644
--- a/Source/web/ValidationMessageClientImpl.h
+++ b/Source/web/ValidationMessageClientImpl.h
@@ -53,7 +53,7 @@ private:
void checkAnchorStatus(WebCore::Timer<ValidationMessageClientImpl>*);
WebCore::FrameView* currentView();
- virtual void showValidationMessage(const WebCore::Element& anchor, const String& message) OVERRIDE;
+ virtual void showValidationMessage(const WebCore::Element& anchor, const String& message, bool customError) OVERRIDE;
virtual void hideValidationMessage(const WebCore::Element& anchor) OVERRIDE;
virtual bool isValidationMessageVisible(const WebCore::Element& anchor) OVERRIDE;
virtual void documentDetached(const WebCore::Document&) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698