| Index: Source/core/html/shadow/SliderThumbElement.h
|
| diff --git a/Source/core/html/shadow/SliderThumbElement.h b/Source/core/html/shadow/SliderThumbElement.h
|
| index cccd93f6dc0da9782c1661587c7fd8e797bce4d8..fa9cbcc08aa478fcf6e6da35dcf1f2b0b47b8f34 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; }
|
| };
|
|
|
| // --------------------------------
|
|
|