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

Unified Diff: src/gpu/gl/GrGLShaderBuilder.cpp

Issue 196133033: replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove old trace events Created 6 years, 9 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 | « src/gpu/GrDefaultPathRenderer.cpp ('k') | src/utils/SkDebugTrace.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « src/gpu/GrDefaultPathRenderer.cpp ('k') | src/utils/SkDebugTrace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698