From 31c2608e859b1f1c25eeea429f5ab2fee1529fac Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Wed, 14 Dec 2016 15:12:15 -0500 Subject: Demote savePixels to save_pixels This CL again only really makes sense in the bigger picture of moving readPixels off of GrTexture Change-Id: Ib76482d8a773144e8fc7c6e55b2c7fa7b3ea0ecf Reviewed-on: https://skia-review.googlesource.com/6086 Reviewed-by: Brian Osman Reviewed-by: Brian Salomon Commit-Queue: Robert Phillips --- include/gpu/GrSurface.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/gpu') diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h index 46b9986953..2205bd8826 100644 --- a/include/gpu/GrSurface.h +++ b/include/gpu/GrSurface.h @@ -135,7 +135,6 @@ public: protected: // Methods made available via GrSurfacePriv - bool savePixels(const char* filename); bool hasPendingRead() const; bool hasPendingWrite() const; bool hasPendingIO() const; -- cgit v1.2.3