From 2d5f9b3d58e07ac8a8df17f4c0321cb65f255e69 Mon Sep 17 00:00:00 2001 From: Ethan Nicholas Date: Wed, 13 Dec 2017 14:36:14 -0500 Subject: converted GrMagnifierEffect to SkSL Bug: skia: Change-Id: I6dc14ac66d5b911117e71fa23fef49a897082781 Reviewed-on: https://skia-review.googlesource.com/71342 Commit-Queue: Ethan Nicholas Reviewed-by: Robert Phillips --- tests/SkSLFPTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/SkSLFPTest.cpp') diff --git a/tests/SkSLFPTest.cpp b/tests/SkSLFPTest.cpp index 0358f07d59..982591082b 100644 --- a/tests/SkSLFPTest.cpp +++ b/tests/SkSLFPTest.cpp @@ -120,6 +120,7 @@ DEF_TEST(SkSLFPHelloWorld, r) { "#include \"glsl/GrGLSLFragmentProcessor.h\"\n" "#include \"glsl/GrGLSLFragmentShaderBuilder.h\"\n" "#include \"glsl/GrGLSLProgramBuilder.h\"\n" + "#include \"GrTexture.h\"\n" "#include \"SkSLCPP.h\"\n" "#include \"SkSLUtil.h\"\n" "class GrGLSLTest : public GrGLSLFragmentProcessor {\n" -- cgit v1.2.3