| Index: Source/core/html/shadow/SliderThumbElement.h
|
| diff --git a/Source/core/html/shadow/SliderThumbElement.h b/Source/core/html/shadow/SliderThumbElement.h
|
| index 9e8bc8b439541fd96e1f5c8b4f3219b3a9033675..f08f2842423d466e99e0fb68adeb9dca06a6c045 100644
|
| --- a/Source/core/html/shadow/SliderThumbElement.h
|
| +++ b/Source/core/html/shadow/SliderThumbElement.h
|
| @@ -93,6 +93,7 @@ public:
|
|
|
| private:
|
| virtual bool isSliderThumb() const;
|
| + virtual bool supportsPartialLayout() const OVERRIDE { return false; }
|
| };
|
|
|
| // --------------------------------
|
|
|