| Index: Source/core/rendering/RenderMeter.h
|
| diff --git a/Source/core/rendering/RenderMeter.h b/Source/core/rendering/RenderMeter.h
|
| index 0c5f80a68a9240af6ed87c149987ffbd002c4052..058ea00f37effda64c59fc51fd1a938382080e88 100644
|
| --- a/Source/core/rendering/RenderMeter.h
|
| +++ b/Source/core/rendering/RenderMeter.h
|
| @@ -40,6 +40,8 @@ private:
|
| virtual void updateLogicalWidth() OVERRIDE;
|
| virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
|
|
|
| + virtual bool supportsPartialLayout() const OVERRIDE { return false; }
|
| +
|
| virtual const char* renderName() const { return "RenderMeter"; }
|
| virtual bool isMeter() const { return true; }
|
| virtual bool requiresForcedStyleRecalcPropagation() const { return true; }
|
|
|