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

Unified Diff: include/gpu/GrDrawContext.h

Issue 1217573002: remove SkInstCnt (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 6 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/GrContext.h ('k') | include/gpu/GrGpuResource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrDrawContext.h
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
index 12bf9430a84d0734d09ee577656dd57af20db644..2a1d016541a11e83814fc19818752a86779f732d 100644
--- a/include/gpu/GrDrawContext.h
+++ b/include/gpu/GrDrawContext.h
@@ -40,8 +40,6 @@ class SkTextBlob;
*/
class SK_API GrDrawContext : public SkRefCnt {
public:
- SK_DECLARE_INST_COUNT(GrDrawContext)
-
~GrDrawContext() override;
void copySurface(GrRenderTarget* dst, GrSurface* src,
@@ -253,7 +251,7 @@ private:
const GrPaint* paint);
GrTextContext* createTextContext(GrRenderTarget*, const SkSurfaceProps&);
- // A simpler version of the above which just returns true on success; false on failure.
+ // A simpler version of the above which just returns true on success; false on failure.
// Clip is *NOT* set
bool prepareToDraw(GrRenderTarget* rt);
« no previous file with comments | « include/gpu/GrContext.h ('k') | include/gpu/GrGpuResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698