Index: third_party/WebKit/Source/core/events/EventPath.h |
diff --git a/third_party/WebKit/Source/core/events/EventPath.h b/third_party/WebKit/Source/core/events/EventPath.h |
index b4656da16f80820804287c7cc1f6c139ffb7585c..e3c7369e4363bbf483a2de84abae4483604c2aaf 100644 |
--- a/third_party/WebKit/Source/core/events/EventPath.h |
+++ b/third_party/WebKit/Source/core/events/EventPath.h |
@@ -79,6 +79,8 @@ class CORE_EXPORT EventPath final : public GarbageCollected<EventPath> { |
void AdjustForRelatedTarget(Node&, EventTarget* related_target); |
void AdjustForTouchEvent(TouchEvent&); |
+ bool DisabledFormControlExistsInPath() const; |
+ |
NodeEventContext& TopNodeEventContext(); |
static EventTarget* EventTargetRespectingTargetRules(Node&); |