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

Unified Diff: third_party/WebKit/Source/core/html/forms/RangeInputType.h

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/RangeInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/RangeInputType.h b/third_party/WebKit/Source/core/html/forms/RangeInputType.h
index 44eddb4587f3623a0a43d6721294e668e500d361..4bb54d48864fd2358441c40616ac338d26f9b112 100644
--- a/third_party/WebKit/Source/core/html/forms/RangeInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/RangeInputType.h
@@ -61,7 +61,7 @@ class RangeInputType final : public InputType, public InputTypeView {
bool supportsRequired() const override;
StepRange createStepRange(AnyStepHandling) const override;
bool isSteppable() const override;
- void handleMouseDownEvent(MouseEvent*) override;
+ void handlePointerDownEvent(PointerEvent*) override;
void handleKeydownEvent(KeyboardEvent*) override;
LayoutObject* createLayoutObject(const ComputedStyle&) const override;
void createShadowSubtree() override;

Powered by Google App Engine
This is Rietveld 408576698