summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/shadow/SliderThumbElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/shadow/SliderThumbElement.h')
-rw-r--r--Source/WebCore/html/shadow/SliderThumbElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/html/shadow/SliderThumbElement.h b/Source/WebCore/html/shadow/SliderThumbElement.h
index 9414ac4..2fa60cb 100644
--- a/Source/WebCore/html/shadow/SliderThumbElement.h
+++ b/Source/WebCore/html/shadow/SliderThumbElement.h
@@ -41,6 +41,7 @@
namespace WebCore {
class HTMLElement;
+class HTMLInputElement;
class Event;
class FloatPoint;
@@ -62,6 +63,7 @@ private:
void startDragging();
void stopDragging();
void setPositionFromPoint(const IntPoint&);
+ HTMLInputElement* hostInput();
FloatPoint m_offsetToThumb;
bool m_inDragMode;