aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu')
-rw-r--r--src/gpu/GrTextureAdjuster.h1
-rw-r--r--src/gpu/ops/GrClearOp.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/gpu/GrTextureAdjuster.h b/src/gpu/GrTextureAdjuster.h
index 392af44439..eb500f7929 100644
--- a/src/gpu/GrTextureAdjuster.h
+++ b/src/gpu/GrTextureAdjuster.h
@@ -9,6 +9,7 @@
#define GrTextureAdjuster_DEFINED
#include "GrTextureProducer.h"
+#include "GrTextureProxy.h"
#include "SkTLazy.h"
/**
diff --git a/src/gpu/ops/GrClearOp.h b/src/gpu/ops/GrClearOp.h
index 4f51796e6c..b18332fa21 100644
--- a/src/gpu/ops/GrClearOp.h
+++ b/src/gpu/ops/GrClearOp.h
@@ -14,6 +14,8 @@
#include "GrOp.h"
#include "GrOpFlushState.h"
#include "GrRenderTarget.h"
+#include "GrRenderTargetContext.h"
+#include "GrResourceProvider.h"
class GrClearOp final : public GrOp {
public: