Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: third_party/WebKit/Source/core/events/EventPath.h

Issue 2832073003: Send mouse events for disabled form controls. (Closed)
Patch Set: Fix nits Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698