Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index 7fa604f43b310b65b60b7294005a4b64cbc45dd3..e7add4de17d08f1d2857f4b8fbc3415102b9f612 100644 |
--- a/Source/core/html/HTMLElement.h |
+++ b/Source/core/html/HTMLElement.h |
@@ -81,6 +81,7 @@ public: |
bool hasDirectionAuto() const; |
TextDirection directionalityIfhasDirAutoAttribute(bool& isAuto) const; |
+ TextDirection determineDirection() const; |
tkent
2014/11/19 03:38:34
Only form controls use this function. So we have
Sunil Ratnu
2014/11/19 05:33:25
The spec says that the directionality of an elemen
tkent
2014/11/19 08:17:29
We should add |virtual AtomicString effectiveDirAt
|
virtual bool isHTMLUnknownElement() const { return false; } |
virtual bool isPluginElement() const { return false; } |