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

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

Issue 54273005: DevTools: add ids to compositor frames (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/InspectorTimelineAgent.h
diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h
index 419ed0887bdf0bf16a3c7c017e26cf837f9b21e7..9a51fd9106b5c91ec300cdd734ae0d2ac831d77a 100644
--- a/Source/core/inspector/InspectorTimelineAgent.h
+++ b/Source/core/inspector/InspectorTimelineAgent.h
@@ -138,7 +138,7 @@ public:
void didDispatchEvent();
void didDispatchEventOnWindow();
- void didBeginFrame();
+ void didBeginFrame(int frameId);
void didCancelFrame();
void didInvalidateLayout(Frame*);

Powered by Google App Engine
This is Rietveld 408576698