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

Unified Diff: src/gpu/GrOrderedSet.h

Issue 226183018: SkNonCopyable should be used with private inheritance. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: name resolution Created 6 years, 8 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/GrClipMaskManager.h ('k') | src/gpu/GrPlotMgr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrOrderedSet.h
diff --git a/src/gpu/GrOrderedSet.h b/src/gpu/GrOrderedSet.h
index b149dfb0c50bc0b0d3d781440ab39020345c77b8..23b9353a516d4d7d4559adc2a6c35dbc3926a82e 100644
--- a/src/gpu/GrOrderedSet.h
+++ b/src/gpu/GrOrderedSet.h
@@ -11,7 +11,7 @@
#include "GrRedBlackTree.h"
template <typename T, typename C = GrLess<T> >
-class GrOrderedSet : public SkNoncopyable {
+class GrOrderedSet : SkNoncopyable {
public:
/**
* Creates an empty set
« no previous file with comments | « src/gpu/GrClipMaskManager.h ('k') | src/gpu/GrPlotMgr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698