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

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: Removed |dir| value read. Updated tests to use setDirection. 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
Index: Source/web/ValidationMessageClientImpl.h
diff --git a/Source/web/ValidationMessageClientImpl.h b/Source/web/ValidationMessageClientImpl.h
index bad73ecf011d596689b687904f6e46cb3bb19c72..1a2693881de3b4fbb8b96e5830d1252cd8d6ac5e 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, blink::TextDirection messageDir, const String& subMessage, blink::TextDirection subMessageDir) OVERRIDE;
tkent 2014/08/11 01:45:49 Please remove blink:: prefixes.
Habib Virji 2014/08/11 20:34:29 Done.
virtual void hideValidationMessage(const blink::Element& anchor) OVERRIDE;
virtual bool isValidationMessageVisible(const blink::Element& anchor) OVERRIDE;
virtual void documentDetached(const blink::Document&) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698