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

Unified Diff: Source/core/inspector/InspectorInstrumentation.idl

Issue 927773002: Keep track of multiple layout roots (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address concerns. 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/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index 51e0239208ab984faa1efcf59fb3ca9776c2e641..35e0117613370b723fc52416a82413d064328e7f 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -207,7 +207,7 @@ interface InspectorInstrumentation {
void didFireTimer(const InspectorInstrumentationCookie&);
[Page, Inline=FastReturn]
- void didLayout(LocalFrame*, LayoutObject* root);
+ void didLayout(LocalFrame*);
[Page, Inline=FastReturn]
void didScroll(LocalFrame*);

Powered by Google App Engine
This is Rietveld 408576698