| Index: Source/core/html/shadow/SliderThumbElement.cpp
|
| diff --git a/Source/core/html/shadow/SliderThumbElement.cpp b/Source/core/html/shadow/SliderThumbElement.cpp
|
| index bfb90dbbac4fe4f58c28899ec4e02ca6a3ce0abc..39043fdfaee819c22262c81b6e86d99c67c3ac6c 100644
|
| --- a/Source/core/html/shadow/SliderThumbElement.cpp
|
| +++ b/Source/core/html/shadow/SliderThumbElement.cpp
|
| @@ -40,12 +40,12 @@
|
| #include "core/html/forms/StepRange.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/html/shadow/ShadowElementNames.h"
|
| +#include "core/input/EventHandler.h"
|
| #include "core/layout/LayoutFlexibleBox.h"
|
| #include "core/layout/LayoutSlider.h"
|
| #include "core/layout/LayoutSliderContainer.h"
|
| #include "core/layout/LayoutSliderThumb.h"
|
| #include "core/layout/LayoutTheme.h"
|
| -#include "core/page/EventHandler.h"
|
|
|
| namespace blink {
|
|
|
|
|