Index: Source/core/layout/TracedLayoutObject.h |
diff --git a/Source/core/layout/TracedLayoutObject.h b/Source/core/layout/TracedLayoutObject.h |
index e4f7ccc76b8b5605c1beae2d42606595b0deb490..265905d5e58785772e63e1735796f928b4ea7dad 100644 |
--- a/Source/core/layout/TracedLayoutObject.h |
+++ b/Source/core/layout/TracedLayoutObject.h |
@@ -18,12 +18,12 @@ class LayoutView; |
class TracedLayoutObject : public TraceEvent::ConvertableToTraceFormat { |
WTF_MAKE_NONCOPYABLE(TracedLayoutObject); |
public: |
- static PassRefPtr<TraceEvent::ConvertableToTraceFormat> create(const LayoutView&); |
+ static PassRefPtr<TraceEvent::ConvertableToTraceFormat> create(const LayoutView&, bool traceGeometry = true); |
String asTraceFormat() const override; |
private: |
- explicit TracedLayoutObject(const LayoutObject&); |
+ explicit TracedLayoutObject(const LayoutObject&, bool traceGeometry, bool traceGeometry); |
PassRefPtr<JSONObject> toJSON() const; |