diff options
| author | joshualitt <joshualitt@chromium.org> | 2015-02-25 13:19:48 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2015-02-25 13:19:48 -0800 |
| commit | 570d2f81a65fc868d6300a7edf34c0d5d048c5d6 (patch) | |
| tree | 1e0801033607b4245ab407d05fb42dc07e037fb0 /tests/GLProgramsTest.cpp | |
| parent | 2907059d0eb1972a300ea1bf0cd4e4febabb9784 (diff) | |
I'd really like to land this before the branch so speedy reviews are appreciated.
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/586d5d640b19860dfbbd903a5188da1bbbe87336
Review URL: https://codereview.chromium.org/936943002
Diffstat (limited to 'tests/GLProgramsTest.cpp')
| -rw-r--r-- | tests/GLProgramsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp index d96c56c5e2..897e261e5a 100644 --- a/tests/GLProgramsTest.cpp +++ b/tests/GLProgramsTest.cpp @@ -247,7 +247,7 @@ bool GrDrawTarget::programUnitTest(int maxStages) { SkClipStack stack; stack.clipDevRect(screen, SkRegion::kReplace_Op, false); - // wrap the SkClipStack in a GrClipData + // wrap the SkClipStack in a GrClip GrClip clip; clip.setClipStack(&stack); |
