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

Unified Diff: third_party/WebKit/Source/core/html/forms/SliderThumbElement.cpp

Issue 2916893003: Bookkeep the pointer event listeners added to page (Closed)
Patch Set: fix rebase error Created 3 years, 6 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/html/forms/SliderThumbElement.cpp
diff --git a/third_party/WebKit/Source/core/html/forms/SliderThumbElement.cpp b/third_party/WebKit/Source/core/html/forms/SliderThumbElement.cpp
index 3eeedced56146103c5ccfc0e681beb684b721128..69515283cc8110b74996b6ac5e6245718ee40be6 100644
--- a/third_party/WebKit/Source/core/html/forms/SliderThumbElement.cpp
+++ b/third_party/WebKit/Source/core/html/forms/SliderThumbElement.cpp
@@ -456,6 +456,7 @@ void SliderContainerElement::UpdateTouchEventHandlerRegistry() {
GetDocument().GetPage()->GetEventHandlerRegistry();
registry.DidAddEventHandler(
*this, EventHandlerRegistry::kTouchStartOrMoveEventPassive);
+ registry.DidAddEventHandler(*this, EventHandlerRegistry::kPointerEvent);
has_touch_event_handler_ = true;
}
}

Powered by Google App Engine
This is Rietveld 408576698