| Index: Source/core/html/shadow/SliderThumbElement.h
|
| diff --git a/Source/core/html/shadow/SliderThumbElement.h b/Source/core/html/shadow/SliderThumbElement.h
|
| index 3769820163e00ef937499b3e9157d3d7093edb37..745b88c1e50139a643acada71326fb0a6c271f2e 100644
|
| --- a/Source/core/html/shadow/SliderThumbElement.h
|
| +++ b/Source/core/html/shadow/SliderThumbElement.h
|
| @@ -68,7 +68,12 @@ private:
|
| Node* focusDelegate() override;
|
| void startDragging();
|
|
|
| + // Return true if we're any part of a media slider.
|
| + bool isMediaSlider() const;
|
| +
|
| bool m_inDragMode;
|
| + bool m_didDragAnywhere;
|
| + LayoutPoint m_mouseDownLocation;
|
| };
|
|
|
| inline PassRefPtrWillBeRawPtr<Element> SliderThumbElement::cloneElementWithoutAttributesAndChildren()
|
|
|