Index: third_party/WebKit/Source/core/html/forms/InputType.h |
diff --git a/third_party/WebKit/Source/core/html/forms/InputType.h b/third_party/WebKit/Source/core/html/forms/InputType.h |
index 93413785a22d26e5bdaeda992295b8f83a023713..b30cfefb0b26f7ae382a3dd6fcaab647a4ab9623 100644 |
--- a/third_party/WebKit/Source/core/html/forms/InputType.h |
+++ b/third_party/WebKit/Source/core/html/forms/InputType.h |
@@ -148,6 +148,7 @@ public: |
virtual void disableSecureTextInput(); |
virtual void accessKeyAction(bool sendMouseEvents); |
virtual bool canBeSuccessfulSubmitButton(); |
+ virtual bool matchesDefaultPseudoClass(); |
// Miscellaneous functions |