| Index: third_party/WebKit/Source/core/html/shadow/SliderThumbElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.h b/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.h
|
| index 8082e82e4cc522f373f63851593ebac08e96420e..e1ec7f8102e8fd2a4c6a39da6830f93032a11764 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.h
|
| +++ b/third_party/WebKit/Source/core/html/shadow/SliderThumbElement.h
|
| @@ -68,7 +68,7 @@ class SliderThumbElement final : public HTMLDivElement {
|
| Node* focusDelegate() override;
|
| void startDragging();
|
|
|
| - bool m_inDragMode;
|
| + bool m_inDragMode; // Mouse only. Touch is handled by SliderContainerElement.
|
| };
|
|
|
| inline Element* SliderThumbElement::cloneElementWithoutAttributesAndChildren() {
|
|
|