Chromium Code Reviews| Index: dm/DMGpuSupport.h |
| diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h |
| index c713244e9dd61724bea255614eeb4514f978fb30..490737f41ee283fceaac2d9ff858be13e81d8edd 100644 |
| --- a/dm/DMGpuSupport.h |
| +++ b/dm/DMGpuSupport.h |
| @@ -84,6 +84,8 @@ public: |
| void destroyContexts() {} |
| void abandonContexts() {} |
| + |
| + void releaseResourcesAndAbandonContexts() {} |
| }; |
| } // namespace sk_gpu_test |