Chromium Code Reviews| 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..2da72478dc7e4900d4894c82a98195b89b88fa38 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(); |
|
jbroman
2017/04/24 18:19:49
nit: const?
dtapuska
2017/04/24 19:14:39
Done.
|
| + |
| NodeEventContext& TopNodeEventContext(); |
| static EventTarget* EventTargetRespectingTargetRules(Node&); |