| Index: Source/core/rendering/RenderRegion.h
|
| diff --git a/Source/core/rendering/RenderRegion.h b/Source/core/rendering/RenderRegion.h
|
| index d76543d974c0e70d99b1e295a3b35112b5ee1825..c05d61359b2237779cce890561846cc9f668648e 100644
|
| --- a/Source/core/rendering/RenderRegion.h
|
| +++ b/Source/core/rendering/RenderRegion.h
|
| @@ -147,6 +147,8 @@ public:
|
| Node* nodeForRegion() const;
|
| Node* generatingNodeForRegion() const;
|
|
|
| + virtual const char* renderName() const OVERRIDE { return "RenderRegion"; }
|
| +
|
| protected:
|
| void setRegionObjectsRegionStyle();
|
| void restoreRegionObjectsOriginalStyle();
|
| @@ -160,8 +162,6 @@ protected:
|
| virtual bool shouldHaveAutoLogicalHeight() const;
|
|
|
| private:
|
| - virtual const char* renderName() const OVERRIDE { return "RenderRegion"; }
|
| -
|
| virtual void insertedIntoTree() OVERRIDE;
|
| virtual void willBeRemovedFromTree() OVERRIDE;
|
|
|
|
|