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

Unified Diff: webkit/common/gpu/webgraphicscontext3d_impl.cc

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: Removed endtrace calls 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
Index: webkit/common/gpu/webgraphicscontext3d_impl.cc
diff --git a/webkit/common/gpu/webgraphicscontext3d_impl.cc b/webkit/common/gpu/webgraphicscontext3d_impl.cc
index 9e425097426958aa7116a2d5afbb007a6c071e65..39fa27bbb5fa60b3492cdff3d782b8edd1c8cafe 100644
--- a/webkit/common/gpu/webgraphicscontext3d_impl.cc
+++ b/webkit/common/gpu/webgraphicscontext3d_impl.cc
@@ -886,6 +886,11 @@ DELEGATE_TO_GL_3(uniformValuebufferCHROMIUM,
WGC3Dint,
WGC3Denum,
WGC3Denum);
+DELEGATE_TO_GL_2(traceBeginCHROMIUM,
+ TraceBeginCHROMIUM,
+ const WGC3Dchar*,
+ const WGC3Dchar*);
+DELEGATE_TO_GL(traceEndCHROMIUM, TraceEndCHROMIUM);
void WebGraphicsContext3DImpl::insertEventMarkerEXT(
const WGC3Dchar* marker) {

Powered by Google App Engine
This is Rietveld 408576698