Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index 08b56b0904d79cf156bc33726c3d4564dca1e7a1..69e7c0704091e80514e419f08a09ea367ded9d29 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -995,6 +995,8 @@ public: |
RespectImageOrientationEnum shouldRespectImageOrientation() const; |
+ bool isRelayoutBoundaryForInspector() const; |
+ |
protected: |
inline bool layerCreationAllowedForSubtree() const; |