Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index b14bf198f1c767f57658c7557a3d40a8815dd04b..9d78abe4f6899c7d2ea6681f542aa8a44e25b289 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -513,6 +513,8 @@ public: |
void setTabIndex(int); |
virtual short tabIndex() const OVERRIDE; |
+ bool shouldUseInputMethod(); |
adamk
2014/07/22 01:10:07
If the only caller is indeed WebViewImpl, I think
|
+ |
virtual void trace(Visitor*) OVERRIDE; |
protected: |