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

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: Corrected addition in core.gypi Created 6 years, 4 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
« no previous file with comments | « Source/core/page/ValidationMessageClient.h ('k') | Source/web/ValidationMessageClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ValidationMessageClientImpl.h
diff --git a/Source/web/ValidationMessageClientImpl.h b/Source/web/ValidationMessageClientImpl.h
index bad73ecf011d596689b687904f6e46cb3bb19c72..10c380b4e8ab60dc862fbe9c6e347ec331007a50 100644
--- a/Source/web/ValidationMessageClientImpl.h
+++ b/Source/web/ValidationMessageClientImpl.h
@@ -53,7 +53,7 @@ private:
void checkAnchorStatus(blink::Timer<ValidationMessageClientImpl>*);
blink::FrameView* currentView();
- virtual void showValidationMessage(const blink::Element& anchor, const String& message) OVERRIDE;
+ virtual void showValidationMessage(const blink::Element& anchor, const String& message, TextDirection messageDir, const String& subMessage, TextDirection subMessageDir) OVERRIDE;
virtual void hideValidationMessage(const blink::Element& anchor) OVERRIDE;
virtual bool isValidationMessageVisible(const blink::Element& anchor) OVERRIDE;
virtual void documentDetached(const blink::Document&) OVERRIDE;
« no previous file with comments | « Source/core/page/ValidationMessageClient.h ('k') | Source/web/ValidationMessageClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698