Chromium Code Reviews| Index: include/gpu/GrGpuResource.h |
| diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h |
| index 9b298dd2a6d2738abce2d2c4df365071c245f486..4ffe17e739306476a26c8941dca709d6fafcf0e5 100644 |
| --- a/include/gpu/GrGpuResource.h |
| +++ b/include/gpu/GrGpuResource.h |
| @@ -13,10 +13,10 @@ |
| #include "SkInstCnt.h" |
| #include "SkTInternalLList.h" |
| -class GrResourceCacheEntry; |
| -class GrResourceCache2; |
| -class GrGpu; |
| class GrContext; |
| +class GrGpu; |
| +class GrResourceCache2; |
| +class GrResourceCacheEntry; |
| /** |
| * Base class for GrGpuResource. Handles the various types of refs we need. Separated out as a base |