aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/gradients/SkGradientShader.cpp
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2016-11-21 14:43:55 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-21 19:51:50 +0000
commitab1c3a0a8802e0c08d686a62065286d866b198c1 (patch)
tree9a2072e4144aa15a24c12f95dc89c63101ac8b08 /src/effects/gradients/SkGradientShader.cpp
parent276cc4113a6440b842c0dacb6d668ee3b45a3b7d (diff)
Fix include of GrGLSLCaps in SkGradientShader
NOTRY=True BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5103 Change-Id: Iff3cfa3f5e4266d85f5113de3113fdcd858ed054 Reviewed-on: https://skia-review.googlesource.com/5103 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'src/effects/gradients/SkGradientShader.cpp')
-rw-r--r--src/effects/gradients/SkGradientShader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/gradients/SkGradientShader.cpp b/src/effects/gradients/SkGradientShader.cpp
index e034a1fc92..92c6fd958a 100644
--- a/src/effects/gradients/SkGradientShader.cpp
+++ b/src/effects/gradients/SkGradientShader.cpp
@@ -5,7 +5,6 @@
* found in the LICENSE file.
*/
-#include "glsl/GrGLSLCaps.h"
#include "Sk4fLinearGradient.h"
#include "SkColorSpace_XYZ.h"
#include "SkGradientShaderPriv.h"
@@ -1113,6 +1112,7 @@ SK_DEFINE_FLATTENABLE_REGISTRAR_GROUP_END
#include "GrInvariantOutput.h"
#include "GrTextureStripAtlas.h"
#include "gl/GrGLContext.h"
+#include "glsl/GrGLSLCaps.h"
#include "glsl/GrGLSLColorSpaceXformHelper.h"
#include "glsl/GrGLSLFragmentShaderBuilder.h"
#include "glsl/GrGLSLProgramDataManager.h"