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

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: Remove bool 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 04fbc55fa29603d9b036191db8e03bc346de5049..f4539d5f9ea02b6b2f1bead590ba05439f97562f 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