| 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*) {}
|
|
|
|
|