aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRenderTargetOpList.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-06-13 12:44:56 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-13 17:21:41 +0000
commit646e4293f06d9de6d44dbfa3c32cdc15a6f5906e (patch)
tree282acbcd4dc4204d06ed7d61e1d9884dbd6dd3f1 /src/gpu/GrRenderTargetOpList.h
parent1791a064f1c1256cf29c69a5eef88de66ee6e794 (diff)
Retract GrTexture*.h & GrRenderTarget*.h from other headers
This does push some additional work (& includes) into the .cpp files. Change-Id: I27c847e371802270d13594dcc22aae44039990bb Reviewed-on: https://skia-review.googlesource.com/19660 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'src/gpu/GrRenderTargetOpList.h')
-rw-r--r--src/gpu/GrRenderTargetOpList.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gpu/GrRenderTargetOpList.h b/src/gpu/GrRenderTargetOpList.h
index 6945f47df4..b42277ccc8 100644
--- a/src/gpu/GrRenderTargetOpList.h
+++ b/src/gpu/GrRenderTargetOpList.h
@@ -12,6 +12,7 @@
#include "GrOpList.h"
#include "GrPathRendering.h"
#include "GrPrimitiveProcessor.h"
+#include "ops/GrOp.h"
#include "SkArenaAlloc.h"
#include "SkClipStack.h"
#include "SkMatrix.h"
@@ -24,10 +25,13 @@
class GrAuditTrail;
class GrClearOp;
class GrCaps;
-class GrOp;
class GrPipelineBuilder;
class GrRenderTargetProxy;
+namespace gr_instanced {
+ class InstancedRendering;
+}
+
class GrRenderTargetOpList final : public GrOpList {
private:
using DstProxy = GrXferProcessor::DstProxy;