aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-05-05 11:55:39 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-05 11:55:39 -0700
commitaf242958a5daced0956d7bb3277716b8f0aeaf4b (patch)
treed937f73642dcd8734d50f5910ff76cc67e2d5d17 /src/gpu/GrDrawTarget.h
parenta16e69ec6ccbaf81671f66ee77ca3b0c07100041 (diff)
create GrInOrderCommandBuilder
Diffstat (limited to 'src/gpu/GrDrawTarget.h')
-rw-r--r--src/gpu/GrDrawTarget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
index b80991efd1..cadf3e3423 100644
--- a/src/gpu/GrDrawTarget.h
+++ b/src/gpu/GrDrawTarget.h
@@ -225,6 +225,7 @@ public:
protected:
friend class GrCommandBuilder; // for PipelineInfo
+ friend class GrInOrderCommandBuilder; // for PipelineInfo
friend class GrTargetCommands; // for PipelineInfo
GrContext* getContext() { return fContext; }