aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2016-12-14 15:12:15 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-14 20:48:32 +0000
commit31c2608e859b1f1c25eeea429f5ab2fee1529fac (patch)
treec3d18923a555d95551b6fa44df53f940545c42d8 /include/gpu
parent56ff9a1c9dfdaf1cd6db3b62a5c2b739cd242032 (diff)
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 <brianosman@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrSurface.h1
1 files changed, 0 insertions, 1 deletions
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;