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

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

Issue 46663010: DevTools: Show GPU utilization bar on timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Gpu -> GPU Created 7 years, 1 month 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.h
diff --git a/Source/core/inspector/InspectorInstrumentation.h b/Source/core/inspector/InspectorInstrumentation.h
index 076cdec92fa9d36ff3d143822990e3529b633c18..a070b51700f75247bab5c76913a9d5fe65733a3a 100644
--- a/Source/core/inspector/InspectorInstrumentation.h
+++ b/Source/core/inspector/InspectorInstrumentation.h
@@ -129,6 +129,7 @@ extern const char Paint[];
extern const char Layer[];
extern const char BeginFrame[];
extern const char UpdateLayer[];
+extern const char GPUTask[];
};
namespace InstrumentationEventArguments {
@@ -137,6 +138,7 @@ extern const char LayerTreeId[];
extern const char NodeId[];
extern const char PageId[];
extern const char PixelRefId[];
+extern const char OwnerPId[];
caseq 2013/11/06 16:40:31 PID
};
namespace InspectorInstrumentation {

Powered by Google App Engine
This is Rietveld 408576698