| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index 06141c8ccdfd1dda46f8973c1dcf0f4b8a4c5866..cbd4e5886fc438291b1d94fa2bedc7aae2f8d988 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -656,6 +656,7 @@ public:
|
| // If paintInvalidationContainer and paintInvalidationContainerSkipped are not null, on return *paintInvalidationContainerSkipped
|
| // is true if the renderer returned is an ancestor of paintInvalidationContainer.
|
| RenderObject* container(const RenderLayerModelObject* paintInvalidationContainer = 0, bool* paintInvalidationContainerSkipped = 0) const;
|
| + RenderBlock* containerForFixedPosition(const RenderLayerModelObject* paintInvalidationContainer = 0, bool* paintInvalidationContainerSkipped = 0) const;
|
|
|
| virtual RenderObject* hoverAncestor() const { return parent(); }
|
|
|
| @@ -1158,8 +1159,6 @@ protected:
|
| private:
|
| const RenderLayerModelObject* enclosingCompositedContainer() const;
|
|
|
| - RenderBlock* containerForFixedPosition(const RenderLayerModelObject* paintInvalidationContainer = 0, bool* paintInvalidationContainerSkipped = 0) const;
|
| -
|
| RenderFlowThread* locateFlowThreadContainingBlock() const;
|
| void removeFromRenderFlowThread();
|
| void removeFromRenderFlowThreadRecursive(RenderFlowThread*);
|
|
|