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

Unified Diff: Source/core/inspector/InspectorController.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
« no previous file with comments | « no previous file | Source/core/inspector/InspectorController.cpp » ('j') | public/web/WebDevToolsAgent.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorController.h
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
index ef66017700f0fd75d8c57744fe1acc5fa8db262b..41e6e53ecf88aa7e6bb28045b749dc3e85b76187 100644
--- a/Source/core/inspector/InspectorController.h
+++ b/Source/core/inspector/InspectorController.h
@@ -114,7 +114,7 @@ public:
void willProcessTask();
void didProcessTask();
- void didBeginFrame();
+ void didBeginFrame(int frameId);
void didCancelFrame();
void willComposite();
void didComposite();
« no previous file with comments | « no previous file | Source/core/inspector/InspectorController.cpp » ('j') | public/web/WebDevToolsAgent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698