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

Unified Diff: src/utils/SkEventTracer.cpp

Issue 145973011: clean up a couple of parameters in the tracing interface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 11 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 | « include/utils/SkEventTracer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/SkEventTracer.cpp
diff --git a/src/utils/SkEventTracer.cpp b/src/utils/SkEventTracer.cpp
index f9e72de6b8ee4817d824b803a6305bc90d6230af..4b37e95be4cbc2d2dc8d25a5dfa8a9439828c374 100644
--- a/src/utils/SkEventTracer.cpp
+++ b/src/utils/SkEventTracer.cpp
@@ -23,7 +23,7 @@ class SkDefaultEventTracer: public SkEventTracer {
virtual void
updateTraceEventDuration(const uint8_t* categoryEnabledFlag,
const char* name,
- SkEventTracer::Handle) SK_OVERRIDE {};
+ SkEventTracer::Handle handle) SK_OVERRIDE {};
bsalomon 2014/02/03 17:46:26 just fyi, skia style allows unnamed params in the
virtual const uint8_t* getCategoryGroupEnabled(const char* name) SK_OVERRIDE {
static uint8_t no = 0;
« no previous file with comments | « include/utils/SkEventTracer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698