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

Unified Diff: src/gpu/GrTraceMarker.h

Issue 1283183003: Use forwarding with SkTLazy::init. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add && in deducing context. Created 5 years, 4 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/core/SkTLazy.h ('k') | src/gpu/GrTracing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrTraceMarker.h
diff --git a/src/gpu/GrTraceMarker.h b/src/gpu/GrTraceMarker.h
index 4ecda2c67ab4df830079601b76a15d739ce074b2..3182b3948e818d6dd32d196cad1f19f6d9217bf0 100644
--- a/src/gpu/GrTraceMarker.h
+++ b/src/gpu/GrTraceMarker.h
@@ -13,7 +13,6 @@
class GrGpuTraceMarker {
public:
- GrGpuTraceMarker() {};
GrGpuTraceMarker(const char* marker, int idCounter) : fMarker(marker), fID(idCounter) {}
bool operator<(const GrGpuTraceMarker& rhs) const {
« no previous file with comments | « include/core/SkTLazy.h ('k') | src/gpu/GrTracing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698