Chromium Code Reviews

Unified Diff: src/gpu/GrPrimitiveProcessor.h

Issue 1131553002: Isolate GrBufferAllocPools inside GrBatchTarget (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: minor cleanup Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/gpu/GrPrimitiveProcessor.h
diff --git a/src/gpu/GrPrimitiveProcessor.h b/src/gpu/GrPrimitiveProcessor.h
index d66aed1ddc78fbd4bdd85b80711ff70bc1c39cd8..afdbf5c30f8021f684bfd903da72a20654fa5e35 100644
--- a/src/gpu/GrPrimitiveProcessor.h
+++ b/src/gpu/GrPrimitiveProcessor.h
@@ -66,10 +66,8 @@ private:
SkAlignedSStorage<kMaxSize> fData;
};
-class GrIndexBufferAllocPool;
class GrGLSLCaps;
class GrGLPrimitiveProcessor;
-class GrVertexBufferAllocPool;
struct GrInitInvariantOutput;

Powered by Google App Engine