| Index: Source/WebCore/rendering/RenderObject.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderObject.h (revision 127654)
|
| +++ Source/WebCore/rendering/RenderObject.h (working copy)
|
| @@ -59,6 +59,7 @@
|
| class RenderFlowThread;
|
| class RenderGeometryMap;
|
| class RenderLayer;
|
| +class RenderNamedFlowThread;
|
| class RenderTable;
|
| class RenderTheme;
|
| class TransformState;
|
| @@ -226,6 +227,8 @@
|
| // Function to return our enclosing flow thread if we are contained inside one.
|
| RenderFlowThread* enclosingRenderFlowThread() const;
|
|
|
| + RenderNamedFlowThread* enclosingRenderNamedFlowThread() const;
|
| +
|
| virtual bool isEmpty() const { return firstChild() == 0; }
|
|
|
| #ifndef NDEBUG
|
| @@ -935,6 +938,8 @@
|
|
|
| virtual bool canBeReplacedWithInlineRunIn() const;
|
|
|
| + virtual void insertedIntoTree();
|
| +
|
| private:
|
| RenderStyle* firstLineStyleSlowCase() const;
|
| StyleDifference adjustStyleDifference(StyleDifference, unsigned contextSensitiveProperties) const;
|
|
|