Index: Source/core/page/ValidationMessageClient.h |
diff --git a/Source/core/page/ValidationMessageClient.h b/Source/core/page/ValidationMessageClient.h |
index dff9455348054107dbf9f201590eee5dcea672f0..a0190a7e92e84c892ab73376741662a1e2925ea2 100644 |
--- a/Source/core/page/ValidationMessageClient.h |
+++ b/Source/core/page/ValidationMessageClient.h |
@@ -27,6 +27,7 @@ |
#define ValidationMessageClient_h |
#include "platform/heap/Handle.h" |
+#include "platform/text/TextDirection.h" |
#include "wtf/Forward.h" |
namespace blink { |
@@ -41,7 +42,7 @@ public: |
// Show validation message for the specified anchor element. An |
// implementation of this function may hide the message automatically after |
// some period. |
- virtual void showValidationMessage(const Element& anchor, const String& message) = 0; |
+ virtual void showValidationMessage(const Element& anchor, const String& mainMessage, TextDirection, const String& subMessage, TextDirection) = 0; |
// Hide validation message for the specified anchor if the message for the |
// anchor is already visible. |