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

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

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/InspectorPageAgent.h
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
index e283bd1ec8af1b8d460e872e87b53bff0f66f8ef..0c553d58881851048d3ea476d4e0e884253c843c 100644
--- a/Source/core/inspector/InspectorPageAgent.h
+++ b/Source/core/inspector/InspectorPageAgent.h
@@ -146,7 +146,7 @@ public:
bool applyViewportStyleOverride(StyleResolver*);
void applyEmulatedMedia(String*);
void didPaint(LayoutObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&);
- void didLayout(LayoutObject*);
+ void didLayout();
void didScroll();
void didResizeMainFrame();
void didRecalculateStyle(int);

Powered by Google App Engine
This is Rietveld 408576698