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

Unified Diff: include/gpu/GrKey.h

Issue 23904003: Remove GrRefCnt.h in favor of SkRefCnt.h (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rm GrRefCnt.h Created 7 years, 3 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/gpu/GrFontScaler.h ('k') | include/gpu/GrPathRendererChain.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrKey.h
diff --git a/include/gpu/GrKey.h b/include/gpu/GrKey.h
index 80eb537ca405f1b753c41c751aa762b6c26fc7a0..e9d6feb4531838329930e5aa43b121b9ff945274 100644
--- a/include/gpu/GrKey.h
+++ b/include/gpu/GrKey.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2010 Google Inc.
*
@@ -6,14 +5,10 @@
* found in the LICENSE file.
*/
-
-
#ifndef GrKey_DEFINED
#define GrKey_DEFINED
-#include "GrRefCnt.h"
-
-class GrKey : public GrRefCnt {
+class GrKey : public SkRefCnt {
public:
SK_DECLARE_INST_COUNT(GrKey)
@@ -37,7 +32,7 @@ protected:
private:
const Hash fHash;
- typedef GrRefCnt INHERITED;
+ typedef SkRefCnt INHERITED;
};
#endif
« no previous file with comments | « include/gpu/GrFontScaler.h ('k') | include/gpu/GrPathRendererChain.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698