Chromium Code Reviews| Index: include/gpu/GrTextureProvider.h |
| diff --git a/include/gpu/GrTextureProvider.h b/include/gpu/GrTextureProvider.h |
| index 3f8c760f9b8c3b29343b8dba324143d1d04942da..10b66c0b3cf701cb0cbff9be7367d197dba9f939 100644 |
| --- a/include/gpu/GrTextureProvider.h |
| +++ b/include/gpu/GrTextureProvider.h |
| @@ -160,12 +160,12 @@ protected: |
| GrGpu* gpu() { return fGpu; } |
| const GrGpu* gpu() const { return fGpu; } |
| -private: |
| bool isAbandoned() const { |
|
bsalomon
2015/05/13 16:24:07
protected?
robertphillips
2015/05/13 16:56:14
All these guys already are.
|
| SkASSERT(SkToBool(fGpu) == SkToBool(fCache)); |
| return !SkToBool(fCache); |
| } |
| +private: |
| GrResourceCache* fCache; |
| GrGpu* fGpu; |
| }; |