aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-12-17 13:43:13 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-17 13:43:13 -0800
commit3e79124a69d4806f0a1a776090bff718e1b90970 (patch)
treecb424a22eaf2874a292116e6ec5138f9605530f7 /tests
parent8750924a1470e8215b2a344155259b93062d3fa2 (diff)
Stop creating GrODS for stencilPath commands.
Diffstat (limited to 'tests')
-rw-r--r--tests/GLProgramsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
index 57ddf8654d..dd562dda78 100644
--- a/tests/GLProgramsTest.cpp
+++ b/tests/GLProgramsTest.cpp
@@ -239,7 +239,7 @@ bool GrDrawTarget::programUnitTest(int maxStages) {
GrTexture* dummyTextures[] = {dummyTexture1.get(), dummyTexture2.get()};
// dummy scissor state
- GrClipMaskManager::ScissorState scissor;
+ GrScissorState scissor;
// Setup texture cache id key
const GrCacheID::Domain glProgramsDomain = GrCacheID::GenerateDomain();