aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-10-15 10:50:36 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-15 10:50:36 -0700
commit6251d17dfadbbeba8a7e72affde5cbdbd0c0c95f (patch)
tree02d1820a4c30850049bb80565c802a30fc400019 /src/gpu
parentc553b7a7172bab052eed8432856c85fd01601b27 (diff)
Split GrFragmentProcessor into its own header
Diffstat (limited to 'src/gpu')
-rw-r--r--src/gpu/GrDrawState.h1
-rw-r--r--src/gpu/effects/GrSingleTextureEffect.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
index d58d8c64e7..3043fd76d5 100644
--- a/src/gpu/GrDrawState.h
+++ b/src/gpu/GrDrawState.h
@@ -11,6 +11,7 @@
#include "GrBlend.h"
#include "GrDrawTargetCaps.h"
+#include "GrGeometryProcessor.h"
#include "GrGpuResourceRef.h"
#include "GrProcessorStage.h"
#include "GrRenderTarget.h"
diff --git a/src/gpu/effects/GrSingleTextureEffect.h b/src/gpu/effects/GrSingleTextureEffect.h
index 899755c4df..ad13c2edeb 100644
--- a/src/gpu/effects/GrSingleTextureEffect.h
+++ b/src/gpu/effects/GrSingleTextureEffect.h
@@ -8,7 +8,7 @@
#ifndef GrSingleTextureEffect_DEFINED
#define GrSingleTextureEffect_DEFINED
-#include "GrProcessor.h"
+#include "GrFragmentProcessor.h"
#include "SkMatrix.h"
#include "GrCoordTransform.h"