Index: Source/core/html/forms/InputType.h |
diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h |
index ced8d1a1be21c997dd1fe432c41d483491da0c05..9b5165e8a56d2d971c53d5b5f72758abb7558266 100644 |
--- a/Source/core/html/forms/InputType.h |
+++ b/Source/core/html/forms/InputType.h |
@@ -213,6 +213,8 @@ public: |
virtual unsigned height() const; |
virtual unsigned width() const; |
+ virtual TextDirection computedTextDirection(); |
+ |
void dispatchSimulatedClickIfActive(KeyboardEvent*) const; |
// InputTypeView override |