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

Unified Diff: gpu/blink/webgraphicscontext3d_impl.h

Issue 780653007: Added GL_CHROMIUM_trace_marker feature as well as gpu_toplevel markers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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 | « gpu/GLES2/extensions/CHROMIUM/CHROMIUM_trace_marker.txt ('k') | gpu/blink/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/blink/webgraphicscontext3d_impl.h
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h
index 41a6d89411c29764b605cf7c8eb8a4bb24ed289b..11a3dc5c018fbd4bb3e549190d7456216cc3737d 100644
--- a/gpu/blink/webgraphicscontext3d_impl.h
+++ b/gpu/blink/webgraphicscontext3d_impl.h
@@ -493,6 +493,9 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl
virtual void uniformValuebufferCHROMIUM(WGC3Dint location,
WGC3Denum target,
WGC3Denum subscription);
+ virtual void traceBeginCHROMIUM(const WGC3Dchar* category_name,
+ const WGC3Dchar* trace_name);
+ virtual void traceEndCHROMIUM();
virtual void insertEventMarkerEXT(const WGC3Dchar* marker);
virtual void pushGroupMarkerEXT(const WGC3Dchar* marker);
« no previous file with comments | « gpu/GLES2/extensions/CHROMIUM/CHROMIUM_trace_marker.txt ('k') | gpu/blink/webgraphicscontext3d_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698