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

Unified Diff: include/gpu/GrPathRendererChain.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/GrKey.h ('k') | include/gpu/GrRefCnt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrPathRendererChain.h
diff --git a/include/gpu/GrPathRendererChain.h b/include/gpu/GrPathRendererChain.h
index d51a4bbf15447b9415c2580f0dc279a643224fdc..ca8c35bdeb371c39189fa4a8ede6415e64b5ae1f 100644
--- a/include/gpu/GrPathRendererChain.h
+++ b/include/gpu/GrPathRendererChain.h
@@ -1,4 +1,3 @@
-
/*
* Copyright 2011 Google Inc.
*
@@ -6,11 +5,10 @@
* found in the LICENSE file.
*/
-
#ifndef GrPathRendererChain_DEFINED
#define GrPathRendererChain_DEFINED
-#include "GrRefCnt.h"
+#include "SkRefCnt.h"
#include "SkTArray.h"
class GrContext;
@@ -64,7 +62,6 @@ public:
StencilSupport* stencilSupport);
private:
-
GrPathRendererChain();
void init();
@@ -79,5 +76,4 @@ private:
typedef SkRefCnt INHERITED;
};
-
#endif
« no previous file with comments | « include/gpu/GrKey.h ('k') | include/gpu/GrRefCnt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698