| Index: src/gpu/gl/GrGLShaderBuilder.cpp
|
| diff --git a/src/gpu/gl/GrGLShaderBuilder.cpp b/src/gpu/gl/GrGLShaderBuilder.cpp
|
| index 94568e034ad3d6350449012bc58bca54045e946d..f20d9368a75170d184560651e1946a9dfbf52833 100644
|
| --- a/src/gpu/gl/GrGLShaderBuilder.cpp
|
| +++ b/src/gpu/gl/GrGLShaderBuilder.cpp
|
| @@ -13,7 +13,7 @@
|
| #include "GrGpuGL.h"
|
| #include "GrTexture.h"
|
| #include "SkRTConf.h"
|
| -#include "SkTrace.h"
|
| +#include "SkTraceEvent.h"
|
|
|
| #define GL_CALL(X) GR_GL_CALL(this->gpu()->glInterface(), X)
|
| #define GL_CALL_RET(R, X) GR_GL_CALL_RET(this->gpu()->glInterface(), R, X)
|
| @@ -570,8 +570,6 @@ const char* GrGLShaderBuilder::enableSecondaryOutput() {
|
| }
|
|
|
| bool GrGLShaderBuilder::finish(GrGLuint* outProgramId) {
|
| - SK_TRACE_EVENT0("GrGLShaderBuilder::finish");
|
| -
|
| GrGLuint programId = 0;
|
| GL_CALL_RET(programId, CreateProgram());
|
| if (!programId) {
|
|
|