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

Unified Diff: public/platform/WebGraphicsContext3D.h

Issue 797273003: Added GL_CHROMIUM_trace_marker functions to WebGraphicsContext3D. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebGraphicsContext3D.h
diff --git a/public/platform/WebGraphicsContext3D.h b/public/platform/WebGraphicsContext3D.h
index 3b285c9384c85df3ab7d19b1d11d7992175feb28..a0418f8721590d3f1ec474859220b17645e69814 100644
--- a/public/platform/WebGraphicsContext3D.h
+++ b/public/platform/WebGraphicsContext3D.h
@@ -432,6 +432,10 @@ public:
virtual void pushGroupMarkerEXT(const WGC3Dchar* marker) { }
virtual void popGroupMarkerEXT(void) { }
+ // GL_CHROMIUM_trace_marker
+ virtual void traceBeginCHROMIUM(const WGC3Dchar* category, const WGC3Dchar* trace) { }
+ virtual void traceEndCHROMIUM() { }
+
// GL_OES_vertex_array_object
virtual WebGLId createVertexArrayOES() { return 0; }
virtual void deleteVertexArrayOES(WebGLId array) { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698