Chromium Code Reviews| Index: Source/core/rendering/RenderObject.h |
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
| index 6dff5539192471bd58e8839a42408a7f6c1f9afa..33aea67321ac7c9324d932eccbfe2371b2d1edb7 100644 |
| --- a/Source/core/rendering/RenderObject.h |
| +++ b/Source/core/rendering/RenderObject.h |
| @@ -989,6 +989,8 @@ public: |
| RespectImageOrientationEnum shouldRespectImageOrientation() const; |
| + bool isRelayoutBoundaryForInstrumentation() const; |
|
pfeldman
2013/09/06 13:35:51
ForInspector
|
| + |
| protected: |
| inline bool layerCreationAllowedForSubtree() const; |