Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: include/gpu/GrGpuResource.h

Issue 695813003: Add class GrGLTextureRenderTarget for GL texture/rendertarget objects (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: cleanup Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « gyp/gpu.gypi ('k') | include/gpu/GrGpuResourceRef.h » ('j') | src/gpu/gl/GrGLRenderTarget.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698