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

Unified Diff: include/gpu/GrFontScaler.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/GrEffect.h ('k') | include/gpu/GrKey.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrFontScaler.h
diff --git a/include/gpu/GrFontScaler.h b/include/gpu/GrFontScaler.h
index f5dcf53a34804372032feb287b6171721bf82153..e51c4ac9a50824493d1f377cf0b33292de7063fa 100644
--- a/include/gpu/GrFontScaler.h
+++ b/include/gpu/GrFontScaler.h
@@ -20,7 +20,7 @@ class SkPath;
* The client is responsible for subclassing, and instantiating this. The
* instance is create for a specific font+size+matrix.
*/
-class GrFontScaler : public GrRefCnt {
+class GrFontScaler : public SkRefCnt {
public:
SK_DECLARE_INST_COUNT(GrFontScaler)
@@ -32,7 +32,7 @@ public:
virtual bool getGlyphPath(uint16_t glyphID, SkPath*) = 0;
private:
- typedef GrRefCnt INHERITED;
+ typedef SkRefCnt INHERITED;
};
#endif
« no previous file with comments | « include/gpu/GrEffect.h ('k') | include/gpu/GrKey.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698