X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fpage%2FValidationMessageClient.h;h=a0190a7e92e84c892ab73376741662a1e2925ea2;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=ae2354cd578779bb3d6a26f62cf3ae61fd1db157;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/page/ValidationMessageClient.h b/src/third_party/WebKit/Source/core/page/ValidationMessageClient.h index ae2354c..a0190a7 100644 --- a/src/third_party/WebKit/Source/core/page/ValidationMessageClient.h +++ b/src/third_party/WebKit/Source/core/page/ValidationMessageClient.h @@ -27,9 +27,10 @@ #define ValidationMessageClient_h #include "platform/heap/Handle.h" +#include "platform/text/TextDirection.h" #include "wtf/Forward.h" -namespace WebCore { +namespace blink { class Document; class Element; @@ -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.