aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-07-03 15:11:49 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-05 15:18:52 +0000
commit466c7d65974a055ad361430e57f92584b09af0bd (patch)
tree54a298a3fcaedb3f0b3de68133f3bf1ccd67c412 /src/gpu/ops
parentcdb9a6de0a6da5b4ed2fe606b5c28818306b22ad (diff)
header cleanup
Change-Id: I3f7667a1357194ae2bdd341ad9d46eb93920f404 Reviewed-on: https://skia-review.googlesource.com/21374 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'src/gpu/ops')
-rw-r--r--src/gpu/ops/GrClearStencilClipOp.h1
-rw-r--r--src/gpu/ops/GrDiscardOp.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/ops/GrClearStencilClipOp.h b/src/gpu/ops/GrClearStencilClipOp.h
index 4218146c4a..87a2b4d5dd 100644
--- a/src/gpu/ops/GrClearStencilClipOp.h
+++ b/src/gpu/ops/GrClearStencilClipOp.h
@@ -12,6 +12,7 @@
#include "GrGpuCommandBuffer.h"
#include "GrOp.h"
#include "GrOpFlushState.h"
+#include "GrRenderTargetProxy.h"
class GrClearStencilClipOp final : public GrOp {
public:
diff --git a/src/gpu/ops/GrDiscardOp.h b/src/gpu/ops/GrDiscardOp.h
index 0d140362d5..822f818644 100644
--- a/src/gpu/ops/GrDiscardOp.h
+++ b/src/gpu/ops/GrDiscardOp.h
@@ -8,6 +8,7 @@
#ifndef GrDiscardOp_DEFINED
#define GrDiscardOp_DEFINED
+#include "GrGpuCommandBuffer.h"
#include "GrOp.h"
#include "GrOpFlushState.h"
#include "GrRenderTargetProxy.h"