aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-04-05 12:55:32 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-03 19:44:52 +0000
commite80e6183e5e1531555aaf9b5cee58c5e663d2934 (patch)
treeadcc8aa9608e07a40c99b06258ab6f3fa2707e1e
parenta0ac963eea26e38b6918da4de2c697a96715799e (diff)
headers: fix
Change-Id: I0cd10f735c25686e41831ad1d0c99981c9d22d9a Reviewed-on: https://skia-review.googlesource.com/11383 Commit-Queue: Hal Canary <halcanary@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
-rw-r--r--src/gpu/GrTextureAdjuster.h1
-rw-r--r--src/gpu/ops/GrClearOp.h2
-rw-r--r--src/sksl/SkSLFileOutputStream.h1
3 files changed, 4 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:
diff --git a/src/sksl/SkSLFileOutputStream.h b/src/sksl/SkSLFileOutputStream.h
index f4739306c9..65e8a80a78 100644
--- a/src/sksl/SkSLFileOutputStream.h
+++ b/src/sksl/SkSLFileOutputStream.h
@@ -9,6 +9,7 @@
#define SKSL_FILEOUTPUTSTREAM
#include "SkSLOutputStream.h"
+#include "SkSLUtil.h"
#include <stdio.h>
namespace SkSL {