From 796001c82eca5651bc6a221204f6186918781daf Mon Sep 17 00:00:00 2001 From: Ethan Nicholas Date: Wed, 3 May 2017 09:49:07 -0400 Subject: Revert "Revert "eliminated GrGLSLExpr"" This reverts commit 5e550ab57e0204bfadd2cb69c47d2a85e38d6a4c. Bug: skia: Change-Id: I4705e47dbd209aa8f43db3d28c856bd3aa9e49ab Reviewed-on: https://skia-review.googlesource.com/15187 Reviewed-by: Ethan Nicholas Commit-Queue: Ethan Nicholas --- tests/GLProgramsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index 25cd3125b9..6e9bef9fc8 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -113,7 +113,7 @@ private: class GLFP : public GrGLSLFragmentProcessor { public: void emitCode(EmitArgs& args) override { - this->emitChild(0, nullptr, args); + this->emitChild(0, args); } private: -- cgit v1.2.3