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

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

Issue 2749313002: Move slider implemention to use pointer capture (Closed)
Patch Set: Created 3 years, 9 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/InputTypeView.cpp
diff --git a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
index d6517f562bb3df6933a2a3d3b7590eb33ea084f0..0bd7d23c2ed196d43d419ed4ccaf90cc1be97d12 100644
--- a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
+++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
@@ -50,7 +50,7 @@ bool InputTypeView::sizeShouldIncludeDecoration(int, int& preferredSize) const {
void InputTypeView::handleClickEvent(MouseEvent*) {}
-void InputTypeView::handleMouseDownEvent(MouseEvent*) {}
+void InputTypeView::handlePointerDownEvent(PointerEvent*) {}
void InputTypeView::handleKeydownEvent(KeyboardEvent*) {}

Powered by Google App Engine
This is Rietveld 408576698