| Index: include/gpu/GrTextureProvider.h
|
| diff --git a/include/gpu/GrTextureProvider.h b/include/gpu/GrTextureProvider.h
|
| index 28fda48c43e87dbf17d033e6fa37d0f62dc68a57..b91809c6ea63e4bd29ed09f9d26b0152770bba04 100644
|
| --- a/include/gpu/GrTextureProvider.h
|
| +++ b/include/gpu/GrTextureProvider.h
|
| @@ -158,12 +158,12 @@
|
| GrGpu* gpu() { return fGpu; }
|
| const GrGpu* gpu() const { return fGpu; }
|
|
|
| +private:
|
| bool isAbandoned() const {
|
| SkASSERT(SkToBool(fGpu) == SkToBool(fCache));
|
| return !SkToBool(fCache);
|
| }
|
|
|
| -private:
|
| GrResourceCache* fCache;
|
| GrGpu* fGpu;
|
| };
|
|
|