Index: ppapi/shared_impl/ppb_graphics_3d_shared.cc |
diff --git a/ppapi/shared_impl/ppb_graphics_3d_shared.cc b/ppapi/shared_impl/ppb_graphics_3d_shared.cc |
index 32eebe6018df70044b9d4740d113994be61c4d5c..854bf51da04e3615bb50f3e460f163d702fdd3f6 100644 |
--- a/ppapi/shared_impl/ppb_graphics_3d_shared.cc |
+++ b/ppapi/shared_impl/ppb_graphics_3d_shared.cc |
@@ -139,7 +139,7 @@ bool PPB_Graphics3D_Shared::CreateGLES2Impl( |
return false; |
} |
- gles2_impl_->PushGroupMarkerEXT(0, "PPAPIContext"); |
+ gles2_impl_->TraceBeginCHROMIUM("gpu_toplevel", "PPAPIContext"); |
return true; |
} |