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

Unified Diff: Source/core/inspector/InspectorPageAgent.cpp

Issue 927773002: Keep track of multiple layout roots (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix inspector tests Created 5 years, 10 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/inspector/InspectorPageAgent.cpp
diff --git a/Source/core/inspector/InspectorPageAgent.cpp b/Source/core/inspector/InspectorPageAgent.cpp
index b750e9a727f40a4e41ac3d13537c46b2d77ea93d..e6388a4e4a1cf32276290fd1b8a7e2f38796f5a6 100644
--- a/Source/core/inspector/InspectorPageAgent.cpp
+++ b/Source/core/inspector/InspectorPageAgent.cpp
@@ -1197,7 +1197,7 @@ void InspectorPageAgent::didPaint(LayoutObject*, const GraphicsLayer*, GraphicsC
m_overlay->drawOutline(context, inflatedRect, colors[colorSelector++ % WTF_ARRAY_LENGTH(colors)]);
}
-void InspectorPageAgent::didLayout(LayoutObject*)
+void InspectorPageAgent::didLayout()
{
if (!m_enabled)
return;

Powered by Google App Engine
This is Rietveld 408576698