Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: Source/core/rendering/RenderObject.h

Issue 23201018: DevTools: add "Jump to Relayout Boundary" context menu item in Elements panel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698